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 Amazon CloudFormation template, use the following syntax:
JSON
{ "DefaultSubscriptionStatus" :String, "Description" :String, "DisplayName" :String, "TopicName" :String}
YAML
DefaultSubscriptionStatus:StringDescription:StringDisplayName:StringTopicName: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
Update requires: No interruption
DisplayName-
The name of the topic the contact will see.
Required: Yes
Type: String
Update requires: No interruption
TopicName-
The name of the topic.
Required: Yes
Type: String
Update requires: No interruption