CreateNatGatewayRequest

public struct CreateNatGatewayRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The allocation ID of an Elastic IP address to associate with the NAT gateway. If the Elastic IP address is associated with another resource, you must first disassociate it.

    Declaration

    Swift

    public let allocationId: String
  • Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency. Constraint: Maximum 64 ASCII characters.

    Declaration

    Swift

    public let clientToken: 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 subnet in which to create the NAT gateway.

    Declaration

    Swift

    public let subnetId: String
  • The tags to assign to the NAT gateway.

    Declaration

    Swift

    public let tagSpecifications: [TagSpecification]?
  • Undocumented

    Declaration

    Swift

    public init(allocationId: String, clientToken: String? = CreateNatGatewayRequest.idempotencyToken(), dryRun: Bool? = nil, subnetId: String, tagSpecifications: [TagSpecification]? = nil)