Revoke Client VPN Ingress
GET {{aws_ec2_base_url}}/?AccessGroupId&ClientVpnEndpointId&DryRun&RevokeAllGroups&TargetNetworkCidr&Action=RevokeClientVpnIngress
Removes an ingress authorization rule from a Client VPN endpoint.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AccessGroupId | null | The ID of the Active Directory group for which to revoke access. | |
ClientVpnEndpointId | null | The ID of the Client VPN endpoint with which the authorization rule is associated. | |
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. | |
RevokeAllGroups | null | Indicates whether access should be revoked for all clients. | |
TargetNetworkCidr | null | The IPv4 address range, in CIDR notation, of the network for which access is being removed. | |
Action | string |