Module Values.VpcConfigurationSource

The configuration options for a service managed fleet's VPC.

Sourcetype nonrec t = {
  1. resourceConfigurationArns : VpcResourceConfigurationArns.t option;
    (*

    The ARNs of the VPC Lattice resource configurations attached to the fleet.

    *)
}
Sourceval make : ?resourceConfigurationArns:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of VpcResourceConfigurationArn.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