ec2_revoke_client_vpn_ingress: Removes an ingress authorization rule from a Client VPN...

View source: R/ec2_operations.R

ec2_revoke_client_vpn_ingressR Documentation

Removes an ingress authorization rule from a Client VPN endpoint

Description

Removes an ingress authorization rule from a Client VPN endpoint.

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

Usage

ec2_revoke_client_vpn_ingress(
  ClientVpnEndpointId,
  TargetNetworkCidr,
  AccessGroupId = NULL,
  RevokeAllGroups = NULL,
  DryRun = NULL
)

Arguments

ClientVpnEndpointId

[required] The ID of the Client VPN endpoint with which the authorization rule is associated.

TargetNetworkCidr

[required] The IPv4 address range, in CIDR notation, of the network for which access is being removed.

AccessGroupId

The ID of the Active Directory group for which to revoke access.

RevokeAllGroups

Indicates whether access should be revoked for all clients.

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 May 29, 2024, 9:16 a.m.