AWS::SES::MailManagerIngressPoint IngressPointConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 CloudFormation template, use the following syntax:

Properties

SecretArn

The SecretsManager::Secret ARN of the ingress endpoint resource.

Required: No

Type: String

Pattern: ^arn:(aws|aws-cn|aws-us-gov|aws-eusc):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

TlsAuthConfiguration

The mutual TLS authentication configuration of the ingress endpoint resource.

Required: No

Type: TlsAuthConfiguration

Update requires: No interruption