AWS::SES::MailManagerIngressPoint IngressPointConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: 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