AWS Fundamentals Logo
AWS Fundamentals
AWS::SES::MailManagerAddressList

SES MailManagerAddressList

Definition of AWS::SES::MailManagerAddressList Resource Type

Properties

2 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AddressListName
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AddressListArnstring-
AddressListIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SES::MailManagerAddressList

Resources:
  MyResource:
    Type: AWS::SES::MailManagerAddressList
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ses:TagResourceses:ListTagsForResourceses:GetAddressListses:CreateAddressList

read

ses:ListTagsForResourceses:GetAddressList

delete

ses:GetAddressListses:DeleteAddressList

update

ses:TagResourceses:UntagResourceses:ListTagsForResourceses:GetAddressList

list

ses:ListAddressLists

Get the SES Cheat Sheet

Everything you need to know about SES on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceSES
Properties4
Required0
TaggingSupported
Primary IDAddressListId

Supported Operations

CreateReadDeleteUpdateList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AddressListName

External Links