Module Values.UpdateConnectorVpcLatticeEgressConfigSource

VPC_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.

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

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

    *)
}
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