Module Values.VpcConfigurationSource

Describes the parameters of a VPC used by the application.

Sourcetype nonrec t = {
  1. subnetIds : SubnetIds.t;
    (*

    The array of Subnet IDs used by the VPC configuration.

    *)
  2. securityGroupIds : SecurityGroupIds.t;
    (*

    The array of SecurityGroup IDs used by the VPC configuration.

    *)
}
Sourceval context_ : string
Sourceval make : subnetIds:SubnetIds.t -> securityGroupIds:SecurityGroupIds.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of SubnetId.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