Disassociate Client VPN Target Network
GET {{aws_ec2_base_url}}/?AssociationId&ClientVpnEndpointId&DryRun&Action=DisassociateClientVpnTargetNetwork
Disassociates a target network from the specified Client VPN endpoint.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AssociationId | null | The ID of the target network association. | |
ClientVpnEndpointId | null | The ID of the Client VPN endpoint from which to disassociate the target network. | |
DryRun | null | 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. | |
Action | string |