AWS::SES::ContactList Topic - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 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