Module Values_0.VpcCidrBlockAssociationSource

Describes an IPv4 CIDR block associated with a VPC.

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

    The association ID for the IPv4 CIDR block.

    *)
  2. cidrBlock : String_.t option;
    (*

    The IPv4 CIDR block.

    *)
  3. cidrBlockState : VpcCidrBlockState.t option;
    (*

    Information about the state of the CIDR block.

    *)
}
Sourceval make : ?associationId:??? -> ?cidrBlock:??? -> ?cidrBlockState:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.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