- Navigation Guide
@aws-sdk/client-ec2
DeleteClientVpnRouteCommandInput Interface
The input for DeleteClientVpnRouteCommand.
Members
Name | Type | Details |
---|---|---|
ClientVpnEndpointId Required | string | undefined | The ID of the Client VPN endpoint from which the route is to be deleted. |
DestinationCidrBlock Required | string | undefined | The IPv4 address range, in CIDR notation, of the route to be deleted. |
DryRun | boolean | undefined | 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 |
TargetVpcSubnetId | string | undefined | The ID of the target subnet used by the route. |
Full Signature
export interface DeleteClientVpnRouteCommandInput extends DeleteClientVpnRouteRequest