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

WorkspacesIpGroup

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

Describes an IP access control group.

interface WorkspacesIpGroup {
groupDesc?: string | null;
groupId?: string | null;
groupName?: string | null;
userRules?: IpRuleItem[] | null;
}

§Properties

§
groupDesc?: string | null
[src]

The description of the group.

§
groupId?: string | null
[src]

The identifier of the group.

§
groupName?: string | null
[src]

The name of the group.

§
userRules?: IpRuleItem[] | null
[src]

The rules.