AWS Fundamentals Logo
AWS Fundamentals
AWS::SES::MultiRegionEndpoint

SES MultiRegionEndpoint

Resource Type definition for AWS::SES::MultiRegionEndpoint

Properties

3 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Details
Details
RequiredCreate-only
EndpointName
string
RequiredCreate-only
Tags
array

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

Resources:
  MyResource:
    Type: AWS::SES::MultiRegionEndpoint
    Properties:
      EndpointName: "my-endpointname"
      Details: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

ses:TagResourceses:CreateMultiRegionEndpointses:GetMultiRegionEndpointses:ListTagsForResourceiam:CreateServiceLinkedRole

read

ses:GetMultiRegionEndpointses:ListTagsForResource

update

ses:GetMultiRegionEndpointses:TagResourceses:ListTagsForResourceses:UntagResource

delete

ses:DeleteMultiRegionEndpointses:GetMultiRegionEndpoint

list

ses:ListMultiRegionEndpoints

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
Properties3
Required2
TaggingSupported
Primary IDEndpointName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

EndpointNameDetails

External Links