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

CreateIpGroupRequest

import type { CreateIpGroupRequest } from "https://aws-api.deno.dev/v0.3/services/workspaces.ts?docs=full";
interface CreateIpGroupRequest {
GroupDesc?: string | null;
GroupName: string;
Tags?: Tag[] | null;
UserRules?: IpRuleItem[] | null;
}

§Properties

§
GroupDesc?: string | null
[src]

The description of the group.

§
GroupName: string
[src]

The name of the group.

§
Tags?: Tag[] | null
[src]

The tags. Each WorkSpaces resource can have a maximum of 50 tags.

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

The rules to add to the group.