CreateCarrierGatewayRequest

public struct CreateCarrierGatewayRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

    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 tags to associate with the carrier gateway.

    Declaration

    Swift

    public let tagSpecifications: [TagSpecification]?
  • The ID of the VPC to associate with the carrier gateway.

    Declaration

    Swift

    public let vpcId: String
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String? = CreateCarrierGatewayRequest.idempotencyToken(), dryRun: Bool? = nil, tagSpecifications: [TagSpecification]? = nil, vpcId: String)