ec2_disassociate_client_vpn_target_network: Disassociates a target network from the specified Client VPN...

View source: R/ec2_operations.R

ec2_disassociate_client_vpn_target_networkR Documentation

Disassociates a target network from the specified Client VPN endpoint

Description

Disassociates a target network from the specified Client VPN endpoint. When you disassociate the last target network from a Client VPN, the following happens:

See https://www.paws-r-sdk.com/docs/ec2_disassociate_client_vpn_target_network/ for full documentation.

Usage

ec2_disassociate_client_vpn_target_network(
  ClientVpnEndpointId,
  AssociationId,
  DryRun = NULL
)

Arguments

ClientVpnEndpointId

[required] The ID of the Client VPN endpoint from which to disassociate the target network.

AssociationId

[required] The ID of the target network association.

DryRun

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.