/AWS1/CL_EC2=>REVOKECLIENTVPNINGRESS()
¶
About RevokeClientVpnIngress¶
Removes an ingress authorization rule from a Client VPN endpoint.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_CLIENTVPNENDPOINTID
TYPE /AWS1/EC2CLIENTVPNENDPOINTID
/AWS1/EC2CLIENTVPNENDPOINTID
¶
The ID of the Client VPN endpoint with which the authorization rule is associated.
IV_TARGETNETWORKCIDR
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The IPv4 address range, in CIDR notation, of the network for which access is being removed.
Optional arguments:¶
IV_ACCESSGROUPID
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The ID of the Active Directory group for which to revoke access.
IV_REVOKEALLGROUPS
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
Indicates whether access should be revoked for all groups for a single
TargetNetworkCidr
that earlier authorized ingress for all groups usingAuthorizeAllGroups
. This does not impact other authorization rules that allowed ingress to the sameTargetNetworkCidr
with a specificAccessGroupId
.
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
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 isUnauthorizedOperation
.