This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Transfer::Connector ConnectorEgressConfig
Configuration structure that defines how traffic is routed from the connector to the SFTP server. Contains VPC Lattice settings when using VPC_LATTICE egress type for private connectivity through customer VPCs.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "VpcLattice" :ConnectorVpcLatticeEgressConfig}
Properties
VpcLattice-
VPC_LATTICE configuration for routing connector traffic through customer VPCs. Enables private connectivity to SFTP servers without requiring public internet access or complex network configurations.
Required: Yes
Type: ConnectorVpcLatticeEgressConfig
Update requires: No interruption