AWS::SES::ContactList - AWS CloudFormation

AWS::SES::ContactList

A list that contains contacts that have subscribed to a particular topic or topics.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SES::ContactList", "Properties" : { "ContactListName" : String, "Description" : String, "Tags" : [ Tag, ... ], "Topics" : [ Topic, ... ] } }

YAML

Type: AWS::SES::ContactList Properties: ContactListName: String Description: String Tags: - Tag Topics: - Topic

Properties

ContactListName

The name of the contact list.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9_-]{1,64}$

Update requires: Replacement

Description

A description of what the contact list is about.

Required: No

Type: String

Maximum: 500

Update requires: No interruption

Tags

The tags associated with a contact list.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 50

Update requires: No interruption

Topics

An interest group, theme, or label within a list. A contact list can have multiple topics.

Required: No

Type: Array of Topic

Minimum: 0

Maximum: 20

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the resource name. For example:

{ "Ref" : "ContactListName" }

For the Amazon SES ContactList, Ref returns the name of the contact list.