AWS::SES::MailManagerAddressList - AWS CloudFormation

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

AWS::SES::MailManagerAddressList

The structure representing the address lists and address list attribute that will be used in evaluation of boolean expression.

Syntax

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

JSON

{ "Type" : "AWS::SES::MailManagerAddressList", "Properties" : { "AddressListName" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::SES::MailManagerAddressList Properties: AddressListName: String Tags: - Tag

Properties

AddressListName

A user-friendly name for the address list.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9_.-]+$

Minimum: 1

Maximum: 255

Update requires: Replacement

Tags

The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 200

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 ID, such as al-3qlenopx5xw66ewlx3phx7jz.

For more information about using the Ref function, see Ref.

Fn::GetAtt

AddressListArn

The Amazon Resource Name (ARN) of the address list.

AddressListId

The identifier of the address list.