Module Values_1.VpcPeeringConnectionVpcInfoSource

Describes a VPC in a VPC peering connection.

Sourcetype nonrec t = {
  1. cidrBlock : Values_0.String_.t option;
    (*

    The IPv4 CIDR block for the VPC.

    *)
  2. ipv6CidrBlockSet : Values_0.Ipv6CidrBlockSet.t option;
    (*

    The IPv6 CIDR block for the VPC.

    *)
  3. cidrBlockSet : Values_0.CidrBlockSet.t option;
    (*

    Information about the IPv4 CIDR blocks for the VPC.

    *)
  4. ownerId : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that owns the VPC.

    *)
  5. peeringOptions : Values_0.VpcPeeringConnectionOptionsDescription.t option;
    (*

    Information about the VPC peering connection options for the accepter or requester VPC.

    *)
  6. vpcId : Values_0.String_.t option;
    (*

    The ID of the VPC.

    *)
  7. region : Values_0.String_.t option;
    (*

    The Region in which the VPC is located.

    *)
}
Sourceval make : ?cidrBlock:??? -> ?ipv6CidrBlockSet:??? -> ?cidrBlockSet:??? -> ?ownerId:??? -> ?peeringOptions:??? -> ?vpcId:??? -> ?region:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Boolean of bool ]) 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