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

Group

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

A group in Amazon QuickSight consists of a set of users. You can use groups to make it easier to manage access and security.

interface Group {
Arn?: string | null;
Description?: string | null;
GroupName?: string | null;
PrincipalId?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) for the group.

§
Description?: string | null
[src]

The group description.

§
GroupName?: string | null
[src]

The name of the group.

§
PrincipalId?: string | null
[src]

The principal ID of the group.