AssociateVpcCidrBlockRequest

public struct AssociateVpcCidrBlockRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.

    Declaration

    Swift

    public let amazonProvidedIpv6CidrBlock: Bool?
  • An IPv4 CIDR block to associate with the VPC.

    Declaration

    Swift

    public let cidrBlock: String?
  • An IPv6 CIDR block from the IPv6 address pool. You must also specify Ipv6Pool in the request. To let Amazon choose the IPv6 CIDR block for you, omit this parameter.

    Declaration

    Swift

    public let ipv6CidrBlock: String?
  • The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the CIDR block to this location. You must set AmazonProvidedIpv6CidrBlock to true to use this parameter. You can have one IPv6 CIDR block association per network border group.

    Declaration

    Swift

    public let ipv6CidrBlockNetworkBorderGroup: String?
  • The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.

    Declaration

    Swift

    public let ipv6Pool: String?
  • The ID of the VPC.

    Declaration

    Swift

    public let vpcId: String
  • Undocumented

    Declaration

    Swift

    public init(amazonProvidedIpv6CidrBlock: Bool? = nil, cidrBlock: String? = nil, ipv6CidrBlock: String? = nil, ipv6CidrBlockNetworkBorderGroup: String? = nil, ipv6Pool: String? = nil, vpcId: String)