CoipPool

public struct CoipPool : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the local gateway route table.

    Declaration

    Swift

    public let localGatewayRouteTableId: String?
  • The ARN of the address pool.

    Declaration

    Swift

    public let poolArn: String?
  • The address ranges of the address pool.

    Declaration

    Swift

    public let poolCidrs: [String]?
  • The ID of the address pool.

    Declaration

    Swift

    public let poolId: String?
  • The tags.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(localGatewayRouteTableId: String? = nil, poolArn: String? = nil, poolCidrs: [String]? = nil, poolId: String? = nil, tags: [Tag]? = nil)