AWS::SES::MailManagerIngressPoint PrivateNetworkConfiguration - 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 PrivateNetworkConfiguration

Specifies the network configuration for the private ingress point.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "VpcEndpointId" : String }

YAML

VpcEndpointId: String

Properties

VpcEndpointId

The identifier of the VPC endpoint to associate with this private ingress point.

Required: Yes

Type: String

Pattern: ^vpce-[a-zA-Z0-9]{17}$

Update requires: Replacement