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

CreateGroupRequest

import type { CreateGroupRequest } from "https://aws-api.deno.dev/v0.4/services/identitystore.ts?docs=full";
interface CreateGroupRequest {
Description?: string | null;
DisplayName?: string | null;
IdentityStoreId: string;
}

§Properties

§
Description?: string | null
[src]

A string containing the description of the group.

§
DisplayName?: string | null
[src]

A string containing the name of the group. This value is commonly displayed when the group is referenced.

§
IdentityStoreId: string
[src]

The globally unique identifier for the identity store.