Module Values.UpdateWebAppEndpointDetailsSource

Contains the endpoint configuration details for updating a web app, including VPC settings for endpoints hosted within a VPC.

Sourcetype nonrec t = {
  1. vpc : UpdateWebAppVpcConfig.t option;
    (*

    The VPC configuration details for updating a web app endpoint hosted within a VPC. This includes the subnet IDs for endpoint deployment.

    *)
}
Sourceval make : ?vpc:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `String of SubnetId.t ] list ]) 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