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 AWS CloudFormation template, use the following syntax:
JSON
{
"SecretArn" : String
,
"SmtpPassword" : String
}
YAML
SecretArn: String
SmtpPassword: 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:
8
Maximum:
64
Update requires: No interruption