1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. wisdom
  5. MessageTemplateVersion

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.wisdom.MessageTemplateVersion

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

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 This property is required. string
The unique name of the resource.
args This property is required. MessageTemplateVersionArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. MessageTemplateVersionArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. MessageTemplateVersionArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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:

MessageTemplateArn This property is required. string
The unqualified Amazon Resource Name (ARN) of the message template.
MessageTemplateContentSha256 string
The content SHA256 of the message template.
MessageTemplateArn This property is required. string
The unqualified Amazon Resource Name (ARN) of the message template.
MessageTemplateContentSha256 string
The content SHA256 of the message template.
messageTemplateArn This property is required. String
The unqualified Amazon Resource Name (ARN) of the message template.
messageTemplateContentSha256 String
The content SHA256 of the message template.
messageTemplateArn This property is required. string
The unqualified Amazon Resource Name (ARN) of the message template.
messageTemplateContentSha256 string
The content SHA256 of the message template.
message_template_arn This property is required. str
The unqualified Amazon Resource Name (ARN) of the message template.
message_template_content_sha256 str
The content SHA256 of the message template.
messageTemplateArn This property is required. String
The unqualified Amazon Resource Name (ARN) of the message template.
messageTemplateContentSha256 String
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.
MessageTemplateVersionArn string
The unqualified Amazon Resource Name (ARN) of the message template version.
MessageTemplateVersionNumber double
Current version number of the message template.
Id string
The provider-assigned unique ID for this managed resource.
MessageTemplateVersionArn string
The unqualified Amazon Resource Name (ARN) of the message template version.
MessageTemplateVersionNumber float64
Current version number of the message template.
id String
The provider-assigned unique ID for this managed resource.
messageTemplateVersionArn String
The unqualified Amazon Resource Name (ARN) of the message template version.
messageTemplateVersionNumber Double
Current version number of the message template.
id string
The provider-assigned unique ID for this managed resource.
messageTemplateVersionArn string
The unqualified Amazon Resource Name (ARN) of the message template version.
messageTemplateVersionNumber number
Current version number of the message template.
id str
The provider-assigned unique ID for this managed resource.
message_template_version_arn str
The unqualified Amazon Resource Name (ARN) of the message template version.
message_template_version_number float
Current version number of the message template.
id String
The provider-assigned unique ID for this managed resource.
messageTemplateVersionArn String
The unqualified Amazon Resource Name (ARN) of the message template version.
messageTemplateVersionNumber 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.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi