Module Values.UpdateConnectorEgressConfigSource

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

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

    *)
}
Sourceval make : ?vpcLattice:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of SftpPort.t | `String of VpcLatticeResourceConfigurationArn.t ]) list ]) 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