AWS::SES::MailManagerRelay - AWS CloudFormation

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 AWS 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.