Module Values_0.VpcIpv6CidrBlockAssociationSource

Describes an IPv6 CIDR block associated with a VPC.

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

    The association ID for the IPv6 CIDR block.

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

    The IPv6 CIDR block.

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

    Information about the state of the CIDR block.

    *)
  4. networkBorderGroup : String_.t option;
    (*

    The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses, for example, us-east-1-wl1-bos-wlz-1.

    *)
  5. ipv6Pool : String_.t option;
    (*

    The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.

    *)
  6. ipv6AddressAttribute : Ipv6AddressAttribute.t option;
    (*

    Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.

    *)
  7. ipSource : IpSource.t option;
    (*

    The source that allocated the IP address space. byoip or amazon indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). none indicates private space.

    *)
}
Sourceval make : ?associationId:??? -> ?ipv6CidrBlock:??? -> ?ipv6CidrBlockState:??? -> ?networkBorderGroup:??? -> ?ipv6Pool:??? -> ?ipv6AddressAttribute:??? -> ?ipSource:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum 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