AWS::SES::MailManagerRelayDefinition of AWS::SES::MailManagerRelay Resource Type
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Authentication | RelayAuthentication | Required |
ServerName | string | Required |
ServerPort | number | Required |
RelayName | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
RelayArn | string | - |
RelayId | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ses:TagResourceses:ListTagsForResourceses:GetRelayses:CreateRelayses:ListTagsForResourceses:GetRelayses:TagResourceses:UntagResourceses:ListTagsForResourceses:GetRelayses:UpdateRelayses:GetRelayses:DeleteRelayses:ListRelaysEverything you need to know about SES on one page. HD quality, print-friendly.
Download Free InfographicRelayId