AWS::SES::ConfigurationSetResource schema for AWS::SES::ConfigurationSet.
9 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ArchivingOptions | ArchivingOptions | |
DeliveryOptions | DeliveryOptions | |
Name | string | Create-only |
ReputationOptions | ReputationOptions | |
SendingOptions | SendingOptions | |
SuppressionOptions | SuppressionOptions | |
Tags | Array<Tag> | |
TrackingOptions | TrackingOptions | |
VdmOptions | VdmOptions |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
ses:CreateConfigurationSetses:UntagResourceses:TagResourceses:DescribeConfigurationSetses:GetConfigurationSetses:GetConfigurationSetses:DescribeConfigurationSetses:PutConfigurationSetTrackingOptionsses:PutConfigurationSetDeliveryOptionsses:PutConfigurationSetReputationOptionsses:PutConfigurationSetSendingOptionsses:PutConfigurationSetSuppressionOptionsses:PutConfigurationSetVdmOptionsses:PutConfigurationSetArchivingOptionsses:DescribeConfigurationSetses:DeleteConfigurationSetses:ListConfigurationSetsEverything you need to know about SES on one page. HD quality, print-friendly.
Download Free InfographicNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name