AWS Fundamentals Logo
AWS Fundamentals
AWS::SES::ConfigurationSet

SES ConfigurationSet

Resource schema for AWS::SES::ConfigurationSet.

Properties

9 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
ArchivingOptions
ArchivingOptions
DeliveryOptions
DeliveryOptions
Name
string
Create-only
ReputationOptions
ReputationOptions
SendingOptions
SendingOptions
SuppressionOptions
SuppressionOptions
Tags
Array<Tag>
TrackingOptions
TrackingOptions
VdmOptions
VdmOptions

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

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

Required IAM Permissions

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

create

ses:CreateConfigurationSetses:UntagResourceses:TagResourceses:DescribeConfigurationSetses:GetConfigurationSet

read

ses:GetConfigurationSetses:DescribeConfigurationSet

update

ses:PutConfigurationSetTrackingOptionsses:PutConfigurationSetDeliveryOptionsses:PutConfigurationSetReputationOptionsses:PutConfigurationSetSendingOptionsses:PutConfigurationSetSuppressionOptionsses:PutConfigurationSetVdmOptionsses:PutConfigurationSetArchivingOptionsses:DescribeConfigurationSet

delete

ses:DeleteConfigurationSet

list

ses:ListConfigurationSets

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
Properties9
Required0
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

Name

External Links