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

CreateUserHierarchyGroupRequest

import type { CreateUserHierarchyGroupRequest } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface CreateUserHierarchyGroupRequest {
InstanceId: string;
Name: string;
ParentGroupId?: string | null;
}

§Properties

§
InstanceId: string
[src]

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

§
Name: string
[src]

The name of the user hierarchy group. Must not be more than 100 characters.

§
ParentGroupId?: string | null
[src]

The identifier for the parent hierarchy group. The user hierarchy is created at level one if the parent group ID is null.