Values.DescribedConnectorVpcLatticeEgressConfigSourceVPC_LATTICE egress configuration details in the response, containing the Resource Configuration ARN and port number currently configured for the connector.
type nonrec t = {resourceConfigurationArn : VpcLatticeResourceConfigurationArn.t option;ARN of the VPC_LATTICE Resource Configuration currently used by the connector. This Resource Configuration defines the network path to the SFTP server through the customer's VPC.
*)portNumber : SftpPort.t option;Port number currently configured for SFTP connections through VPC_LATTICE. Shows the port on which the connector attempts to connect to the target SFTP server.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of SftpPort.t
| `String of VpcLatticeResourceConfigurationArn.t ])
list ]