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

CreateAppInstanceUserRequest

import type { CreateAppInstanceUserRequest } from "https://aws-api.deno.dev/v0.4/services/chimesdkidentity.ts?docs=full";
interface CreateAppInstanceUserRequest {
AppInstanceArn: string;
AppInstanceUserId: string;
ClientRequestToken: string;
Metadata?: string | null;
Name: string;
Tags?: Tag[] | null;
}

§Properties

§
AppInstanceArn: string
[src]

The ARN of the AppInstance request.

§
AppInstanceUserId: string
[src]

The user ID of the AppInstance.

§
ClientRequestToken: string
[src]

The token assigned to the user requesting an AppInstance.

§
Metadata?: string | null
[src]

The request's metadata. Limited to a 1KB string in UTF-8.

§
Name: string
[src]

The user's name.

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

Tags assigned to the AppInstanceUser.