AWS::SES::MailManagerRelay - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SES::MailManagerRelay

Resource to create an SMTP relay, which can be used within a Mail Manager rule set to forward incoming emails to defined relay destinations.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SES::MailManagerRelay", "Properties" : { "Authentication" : RelayAuthentication, "RelayName" : String, "ServerName" : String, "ServerPort" : Number, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::SES::MailManagerRelay Properties: Authentication: RelayAuthentication RelayName: String ServerName: String ServerPort: Number Tags: - Tag

Properties

Authentication

Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.

Required: Yes

Type: RelayAuthentication

Update requires: No interruption

RelayName

The unique relay name.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9-_]+$

Minimum: 1

Maximum: 100

Update requires: No interruption

ServerName

The destination relay server address.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9-\.]+$

Minimum: 1

Maximum: 100

Update requires: No interruption

ServerPort

The destination relay server port.

Required: Yes

Type: Number

Minimum: 1

Maximum: 65535

Update requires: No interruption

Tags

The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 200

Update requires: No interruption

Return values

Ref

Fn::GetAtt

RelayArn

The Amazon Resource Name (ARN) of the relay.

RelayId

The unique relay identifier.