AWS::Transfer::Connector ConnectorVpcLatticeEgressConfig - AWS CloudFormation

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 ConnectorVpcLatticeEgressConfig

VPC_LATTICE egress configuration that specifies the Resource Configuration ARN and port for connecting to SFTP servers through customer VPCs. Requires a valid Resource Configuration with appropriate network access.

Syntax

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

JSON

{ "PortNumber" : Integer, "ResourceConfigurationArn" : String }

YAML

PortNumber: Integer ResourceConfigurationArn: String

Properties

PortNumber

Port number for connecting to the SFTP server through VPC_LATTICE. Defaults to 22 if not specified. Must match the port on which the target SFTP server is listening.

Required: No

Type: Integer

Minimum: 1

Maximum: 65535

Update requires: No interruption

ResourceConfigurationArn

ARN of the VPC_LATTICE Resource Configuration that defines the target SFTP server location. Must point to a valid Resource Configuration in the customer's VPC with appropriate network connectivity to the SFTP server.

Required: Yes

Type: String

Pattern: ^arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:resourceconfiguration/rcfg-[0-9a-z]{17}$

Minimum: 1

Maximum: 2048

Update requires: No interruption