AWS::SES::ContactList Topic
An interest group, theme, or label within a list. Lists can have multiple topics.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DefaultSubscriptionStatus" :
String
, "Description" :String
, "DisplayName" :String
, "TopicName" :String
}
YAML
DefaultSubscriptionStatus:
String
Description:String
DisplayName:String
TopicName:String
Properties
DefaultSubscriptionStatus
-
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.
Required: Yes
Type: String
Update requires: No interruption
Description
-
A description of what the topic is about, which the contact will see.
Required: No
Type: String
Minimum:
0
Maximum:
500
Update requires: No interruption
DisplayName
-
The name of the topic the contact will see.
Required: Yes
Type: String
Minimum:
0
Maximum:
128
Update requires: No interruption
TopicName
-
The name of the topic.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,64}$
Update requires: No interruption