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

AppInstanceAdmin

import type { AppInstanceAdmin } from "https://aws-api.deno.dev/v0.4/services/chimesdkidentity.ts?docs=full";

The details of an AppInstanceAdmin.

interface AppInstanceAdmin {
Admin?: Identity | null;
AppInstanceArn?: string | null;
CreatedTimestamp?: Date | number | null;
}

§Properties

§
Admin?: Identity | null
[src]

The AppInstanceAdmin data.

§
AppInstanceArn?: string | null
[src]

The ARN of the AppInstance for which the user is an administrator.

§
CreatedTimestamp?: Date | number | null
[src]

The time at which an administrator was created.