Values.UpdateConnectorVpcLatticeEgressConfigSourceVPC_LATTICE egress configuration updates for modifying how the connector routes traffic through customer VPCs. Changes to these settings may require connector restart to take effect.
type nonrec t = {resourceConfigurationArn : VpcLatticeResourceConfigurationArn.t option;Updated ARN of the VPC_LATTICE Resource Configuration. Use this to change the target SFTP server location or modify the network path through the customer's VPC infrastructure.
*)portNumber : SftpPort.t option;Updated port number for SFTP connections through VPC_LATTICE. Change this if the target SFTP server port has been modified or if connecting to a different server endpoint.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of SftpPort.t
| `String of VpcLatticeResourceConfigurationArn.t ])
list ]