Values.UpdateConnectorEgressConfigSourceStructure for updating the egress configuration of an existing connector. Allows modification of how traffic is routed from the connector to the SFTP server, including VPC_LATTICE settings.
type nonrec t = {vpcLattice : UpdateConnectorVpcLatticeEgressConfig.t option;VPC_LATTICE configuration updates for the connector. Use this to modify the Resource Configuration ARN or port number for VPC-based connectivity.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of SftpPort.t
| `String of VpcLatticeResourceConfigurationArn.t ])
list ])
list ]