AWSVPCIPv6CIDRBlockAssociation
No description
type AWSVPCIPv6CIDRBlockAssociation {
id: String!
ipv6CidrBlock: String!
ipv6CidrBlockState: AWSVPCCIDRBlockState!
ipv6Pool: String!
networkBorderGroup: String!
}
Fields
AWSVPCIPv6CIDRBlockAssociation.id
● String!
non-null scalar
The association ID for the IPv6 CIDR block
AWSVPCIPv6CIDRBlockAssociation.ipv6CidrBlock
● String!
non-null scalar
The IPv6 CIDR block
AWSVPCIPv6CIDRBlockAssociation.ipv6CidrBlockState
● AWSVPCCIDRBlockState!
non-null object
Information about the state of the CIDR block.
AWSVPCIPv6CIDRBlockAssociation.ipv6Pool
● String!
non-null scalar
The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated
AWSVPCIPv6CIDRBlockAssociation.networkBorderGroup
● String!
non-null scalar
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
Member of
AWSVPC
object