CreateVpnGatewayRequest

public struct CreateVpnGatewayRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A private Autonomous System Number (ASN) for the Amazon side of a BGP session. If you’re using a 16-bit ASN, it must be in the 64512 to 65534 range. If you’re using a 32-bit ASN, it must be in the 4200000000 to 4294967294 range. Default: 64512

    Declaration

    Swift

    public let amazonSideAsn: Int64?
  • The Availability Zone for the virtual private gateway.

    Declaration

    Swift

    public let availabilityZone: String?
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Swift

    public let dryRun: Bool?
  • The tags to apply to the virtual private gateway.

    Declaration

    Swift

    public let tagSpecifications: [TagSpecification]?
  • The type of VPN connection this virtual private gateway supports.

    Declaration

    Swift

    public let type: GatewayType
  • Undocumented

    Declaration

    Swift

    public init(amazonSideAsn: Int64? = nil, availabilityZone: String? = nil, dryRun: Bool? = nil, tagSpecifications: [TagSpecification]? = nil, type: GatewayType)