Module Values.VpcInfoIpv6CidrBlockSetDetailsSource

Provides details about the IPv6 CIDR blocks for the VPC.

Sourcetype nonrec t = {
  1. ipv6CidrBlock : NonEmptyString.t option;
    (*

    The IPv6 CIDR block for the VPC.

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