AWS::Wisdom::MessageTemplate MessageTemplateAttributes
The attributes that are used with the message template.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AgentAttributes" :
AgentAttributes
, "CustomAttributes" :{
, "CustomerProfileAttributes" :Key
:Value
, ...}CustomerProfileAttributes
, "SystemAttributes" :SystemAttributes
}
YAML
AgentAttributes:
AgentAttributes
CustomAttributes:CustomerProfileAttributes:
Key
:Value
CustomerProfileAttributes
SystemAttributes:SystemAttributes
Properties
AgentAttributes
-
The agent attributes that are used with the message template.
Required: No
Type: AgentAttributes
Update requires: No interruption
CustomAttributes
-
The custom attributes that are used with the message template.
Required: No
Type: Object of String
Pattern:
^[a-zA-Z0-9\s._:/=+@-]*$
Minimum:
1
Maximum:
32767
Update requires: No interruption
CustomerProfileAttributes
-
The customer profile attributes that are used with the message template.
Required: No
Type: CustomerProfileAttributes
Update requires: No interruption
SystemAttributes
-
The system attributes that are used with the message template.
Required: No
Type: SystemAttributes
Update requires: No interruption