DeleteClientVpnRouteRequest

public struct DeleteClientVpnRouteRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the Client VPN endpoint from which the route is to be deleted.

    Declaration

    Swift

    public let clientVpnEndpointId: String
  • The IPv4 address range, in CIDR notation, of the route to be deleted.

    Declaration

    Swift

    public let destinationCidrBlock: 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 target subnet used by the route.

    Declaration

    Swift

    public let targetVpcSubnetId: String?
  • Undocumented

    Declaration

    Swift

    public init(clientVpnEndpointId: String, destinationCidrBlock: String, dryRun: Bool? = nil, targetVpcSubnetId: String? = nil)