AWS::SES::MailManagerRelay RelayAuthentication
Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored, or specify an empty NoAuthentication structure if the relay destination server does not require SMTP credential authentication.
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "NoAuthentication" :
Json
, "SecretArn" :String
}
YAML
NoAuthentication:
Json
SecretArn:String
Properties
NoAuthentication
-
Keep an empty structure if the relay destination server does not require SMTP credential authentication.
Required: No
Type: Json
Update requires: No interruption
SecretArn
-
The ARN of the secret created in secrets manager where the relay server's SMTP credentials are stored.
Required: No
Type: String
Pattern:
^arn:(aws|aws-cn|aws-us-gov):secretsmanager:[a-z0-9-]+:\d{12}:secret:[a-zA-Z0-9/_+=,.@-]+$
Update requires: No interruption