Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RevokeClientVpnIngressRequest

import type { RevokeClientVpnIngressRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface RevokeClientVpnIngressRequest {
AccessGroupId?: string | null;
ClientVpnEndpointId: string;
DryRun?: boolean | null;
RevokeAllGroups?: boolean | null;
TargetNetworkCidr: string;
}

§Properties

§
AccessGroupId?: string | null
[src]

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

§
ClientVpnEndpointId: string
[src]

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

§
DryRun?: boolean | null
[src]

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?: boolean | null
[src]

Indicates whether access should be revoked for all clients.

§
TargetNetworkCidr: string
[src]

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