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

AuthorizationRule

import type { AuthorizationRule } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Information about an authorization rule.

interface AuthorizationRule {
AccessAll?: boolean | null;
ClientVpnEndpointId?: string | null;
Description?: string | null;
DestinationCidr?: string | null;
GroupId?: string | null;
}

§Properties

§
AccessAll?: boolean | null
[src]

Indicates whether the authorization rule grants access to all clients.

§
ClientVpnEndpointId?: string | null
[src]

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

§
Description?: string | null
[src]

A brief description of the authorization rule.

§
DestinationCidr?: string | null
[src]

The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.

§
GroupId?: string | null
[src]

The ID of the Active Directory group to which the authorization rule grants access.

§

The current state of the authorization rule.