We recommend new projects start with resources from the AWS provider.
aws-native.wisdom.MessageTemplateVersion
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
A version for the specified customer-managed message template within the specified knowledge base.
Create MessageTemplateVersion Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MessageTemplateVersion(name: string, args: MessageTemplateVersionArgs, opts?: CustomResourceOptions);@overload
def MessageTemplateVersion(resource_name: str,
                           args: MessageTemplateVersionArgs,
                           opts: Optional[ResourceOptions] = None)
@overload
def MessageTemplateVersion(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           message_template_arn: Optional[str] = None,
                           message_template_content_sha256: Optional[str] = None)func NewMessageTemplateVersion(ctx *Context, name string, args MessageTemplateVersionArgs, opts ...ResourceOption) (*MessageTemplateVersion, error)public MessageTemplateVersion(string name, MessageTemplateVersionArgs args, CustomResourceOptions? opts = null)
public MessageTemplateVersion(String name, MessageTemplateVersionArgs args)
public MessageTemplateVersion(String name, MessageTemplateVersionArgs args, CustomResourceOptions options)
type: aws-native:wisdom:MessageTemplateVersion
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args MessageTemplateVersionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args MessageTemplateVersionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args MessageTemplateVersionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MessageTemplateVersionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MessageTemplateVersionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
MessageTemplateVersion Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The MessageTemplateVersion resource accepts the following input properties:
- MessageTemplate stringArn 
- The unqualified Amazon Resource Name (ARN) of the message template.
- MessageTemplate stringContent Sha256 
- The content SHA256 of the message template.
- MessageTemplate stringArn 
- The unqualified Amazon Resource Name (ARN) of the message template.
- MessageTemplate stringContent Sha256 
- The content SHA256 of the message template.
- messageTemplate StringArn 
- The unqualified Amazon Resource Name (ARN) of the message template.
- messageTemplate StringContent Sha256 
- The content SHA256 of the message template.
- messageTemplate stringArn 
- The unqualified Amazon Resource Name (ARN) of the message template.
- messageTemplate stringContent Sha256 
- The content SHA256 of the message template.
- message_template_ strarn 
- The unqualified Amazon Resource Name (ARN) of the message template.
- message_template_ strcontent_ sha256 
- The content SHA256 of the message template.
- messageTemplate StringArn 
- The unqualified Amazon Resource Name (ARN) of the message template.
- messageTemplate StringContent Sha256 
- The content SHA256 of the message template.
Outputs
All input properties are implicitly available as output properties. Additionally, the MessageTemplateVersion resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- MessageTemplate stringVersion Arn 
- The unqualified Amazon Resource Name (ARN) of the message template version.
- MessageTemplate doubleVersion Number 
- Current version number of the message template.
- Id string
- The provider-assigned unique ID for this managed resource.
- MessageTemplate stringVersion Arn 
- The unqualified Amazon Resource Name (ARN) of the message template version.
- MessageTemplate float64Version Number 
- Current version number of the message template.
- id String
- The provider-assigned unique ID for this managed resource.
- messageTemplate StringVersion Arn 
- The unqualified Amazon Resource Name (ARN) of the message template version.
- messageTemplate DoubleVersion Number 
- Current version number of the message template.
- id string
- The provider-assigned unique ID for this managed resource.
- messageTemplate stringVersion Arn 
- The unqualified Amazon Resource Name (ARN) of the message template version.
- messageTemplate numberVersion Number 
- Current version number of the message template.
- id str
- The provider-assigned unique ID for this managed resource.
- message_template_ strversion_ arn 
- The unqualified Amazon Resource Name (ARN) of the message template version.
- message_template_ floatversion_ number 
- Current version number of the message template.
- id String
- The provider-assigned unique ID for this managed resource.
- messageTemplate StringVersion Arn 
- The unqualified Amazon Resource Name (ARN) of the message template version.
- messageTemplate NumberVersion Number 
- Current version number of the message template.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.