MessageTemplateReference

class aws_cdk.aws_wisdom.MessageTemplateReference(*, message_template_arn)

Bases: object

A reference to a MessageTemplate resource.

Parameters:

message_template_arn (str) – The MessageTemplateArn of the MessageTemplate resource.

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 import aws_wisdom as wisdom

message_template_reference = wisdom.MessageTemplateReference(
    message_template_arn="messageTemplateArn"
)

Attributes

message_template_arn

The MessageTemplateArn of the MessageTemplate resource.