This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::SES::MailManagerIngressPoint IngressPointConfiguration
The configuration of the ingress endpoint resource.
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 Amazon CloudFormation template, use the following syntax:
JSON
{ "SecretArn" :String, "SmtpPassword" :String}
YAML
SecretArn:StringSmtpPassword:String
Properties
- SecretArn
- 
                    The SecretsManager::Secret ARN of the ingress endpoint resource. 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 
- SmtpPassword
- 
                    The password of the ingress endpoint resource. Required: No Type: String Pattern: ^[A-Za-z0-9!@#$%^&*()_+\-=\[\]{}|.,?]+$Minimum: 8Maximum: 64Update requires: No interruption