VpcIpv6CidrBlockAssociation

public struct VpcIpv6CidrBlockAssociation : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The association ID for the IPv6 CIDR block.

    Declaration

    Swift

    public let associationId: String?
  • The IPv6 CIDR block.

    Declaration

    Swift

    public let ipv6CidrBlock: String?
  • Information about the state of the CIDR block.

    Declaration

    Swift

    public let ipv6CidrBlockState: VpcCidrBlockState?
  • The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.

    Declaration

    Swift

    public let ipv6Pool: String?
  • The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises IP addresses, for example, us-east-1-wl1-bos-wlz-1.

    Declaration

    Swift

    public let networkBorderGroup: String?
  • Undocumented

    Declaration

    Swift

    public init(associationId: String? = nil, ipv6CidrBlock: String? = nil, ipv6CidrBlockState: VpcCidrBlockState? = nil, ipv6Pool: String? = nil, networkBorderGroup: String? = nil)