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

CreateAppInstanceRequest

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

§Properties

§
ClientRequestToken: string
[src]

The ClientRequestToken of the AppInstance.

§
Metadata?: string | null
[src]

The metadata of the AppInstance. Limited to a 1KB string in UTF-8.

§
Name: string
[src]

The name of the AppInstance.

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

Tags assigned to the AppInstanceUser.