Module Values.DescribedConnectorVpcLatticeEgressConfigSource

VPC_LATTICE egress configuration details in the response, containing the Resource Configuration ARN and port number currently configured for the connector.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. 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.

    *)
}
Sourceval make : ?resourceConfigurationArn:??? -> ?portNumber:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of SftpPort.t | `String of VpcLatticeResourceConfigurationArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t