AWS Fundamentals Logo
AWS Fundamentals
AWS::SES::ContactList

SES ContactList

Resource schema for AWS::SES::ContactList.

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
ContactListName
string
Create-only
Description
string
Tags
Array<Tag>
Topics
Array<Topic>

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

Resources:
  MyResource:
    Type: AWS::SES::ContactList
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

ses:CreateContactListses:UntagResourceses:TagResourceses:GetContactList

read

ses:GetContactListses:ListTagsForResource

update

ses:UpdateContactListses:UntagResourceses:TagResourceses:GetContactList

delete

ses:DeleteContactListses:GetContactList

list

ses:ListContactLists

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 IDContactListName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ContactListName

External Links