AssociateClientVpnTargetNetworkRequest

public struct AssociateClientVpnTargetNetworkRequest : 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?
  • The ID of the Client VPN endpoint.

    Declaration

    Swift

    public let clientVpnEndpointId: 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 ID of the subnet to associate with the Client VPN endpoint.

    Declaration

    Swift

    public let subnetId: String
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String? = AssociateClientVpnTargetNetworkRequest.idempotencyToken(), clientVpnEndpointId: String, dryRun: Bool? = nil, subnetId: String)