CfnMessageTemplateVersionMixinProps

class aws_cdk.mixins_preview.aws_wisdom.mixins.CfnMessageTemplateVersionMixinProps(*, message_template_arn=None, message_template_content_sha256=None)

Bases: object

Properties for CfnMessageTemplateVersionPropsMixin.

Parameters:
  • message_template_arn (Optional[str]) – The Amazon Resource Name (ARN) of the message template.

  • message_template_content_sha256 (Optional[str]) – The content SHA256 of the message template.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-messagetemplateversion.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_wisdom import mixins as wisdom_mixins

cfn_message_template_version_mixin_props = wisdom_mixins.CfnMessageTemplateVersionMixinProps(
    message_template_arn="messageTemplateArn",
    message_template_content_sha256="messageTemplateContentSha256"
)

Attributes

message_template_arn

The Amazon Resource Name (ARN) of the message template.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-messagetemplateversion.html#cfn-wisdom-messagetemplateversion-messagetemplatearn

message_template_content_sha256

The content SHA256 of the message template.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-messagetemplateversion.html#cfn-wisdom-messagetemplateversion-messagetemplatecontentsha256