AWS Fundamentals Logo
AWS Fundamentals
AWS::SES::MailManagerRelay

SES MailManagerRelay

Definition of AWS::SES::MailManagerRelay Resource Type

Properties

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

Filter:
PropertyTypeFlags
Authentication
RelayAuthentication
Required
ServerName
string
Required
ServerPort
number
Required
RelayName
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
RelayArnstring-
RelayIdstring-

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

Resources:
  MyResource:
    Type: AWS::SES::MailManagerRelay
    Properties:
      Authentication: "value"
      ServerName: "my-servername"
      ServerPort: 1
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

ses:TagResourceses:ListTagsForResourceses:GetRelayses:CreateRelay

read

ses:ListTagsForResourceses:GetRelay

update

ses:TagResourceses:UntagResourceses:ListTagsForResourceses:GetRelayses:UpdateRelay

delete

ses:GetRelayses:DeleteRelay

list

ses:ListRelays

Get the SES Cheat Sheet

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

Download Free Infographic