Removes an ingress authorization rule from a Client VPN endpoint.
Request ParametersThe following parameters are for this specific action. For more information about required and optional parameters that are common to all actions, see Common Query Parameters.
The ID of the Active Directory group for which to revoke access.
Type: String
Required: No
The ID of the Client VPN endpoint with which the authorization rule is associated.
Type: String
Required: Yes
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
.
Type: Boolean
Required: No
Indicates whether access should be revoked for all groups for a single TargetNetworkCidr
that earlier authorized ingress for all groups using AuthorizeAllGroups
. This does not impact other authorization rules that allowed ingress to the same TargetNetworkCidr
with a specific AccessGroupId
.
Type: Boolean
Required: No
The IPv4 address range, in CIDR notation, of the network for which access is being removed.
Type: String
Required: Yes
The following elements are returned by the service.
ErrorsFor information about the errors that are common to all actions, see Common client error codes.
Examples ExampleThis example removes an authorization rule from a Client VPN endpoint.
Sample Requesthttps://ec2.amazonaws.com/?Action=RevokeClientVpnIngress
&ClientVpnEndpointId=cvpn-endpoint-00c5d11fc4EXAMPLE
&TargetNetworkCidr=10.0.0.0/16
&RevokeAllGroups=true
&AUTHPARAMS
Sample Response
<RevokeClientVpnIngressResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>691de4ea-32ef-447b-b4f8-d8463XAMPLE</requestId>
<status>
<code>revoking</code>
</status>
</RevokeClientVpnIngressResponse>
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4