Values.ConnectorEgressConfigSourceConfiguration 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.
type nonrec t = {vpcLattice : ConnectorVpcLatticeEgressConfig.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of SftpPort.t
| `String of VpcLatticeResourceConfigurationArn.t ])
list ])
list ]