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

Instance

import type { Instance } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";

The Amazon Connect instance.

interface Instance {
Arn?: string | null;
CreatedTime?: Date | number | null;
Id?: string | null;
IdentityManagementType?: DirectoryType | null;
InboundCallsEnabled?: boolean | null;
InstanceAlias?: string | null;
InstanceStatus?: InstanceStatus | null;
OutboundCallsEnabled?: boolean | null;
ServiceRole?: string | null;
StatusReason?: InstanceStatusReason | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the instance.

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

When the instance was created.

§
Id?: string | null
[src]

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

§
IdentityManagementType?: DirectoryType | null
[src]

The identity management type.

§
InboundCallsEnabled?: boolean | null
[src]

Whether inbound calls are enabled.

§
InstanceAlias?: string | null
[src]

The alias of instance.

§
InstanceStatus?: InstanceStatus | null
[src]

The state of the instance.

§
OutboundCallsEnabled?: boolean | null
[src]

Whether outbound calls are enabled.

§
ServiceRole?: string | null
[src]

The service role of the instance.

§
StatusReason?: InstanceStatusReason | null
[src]

Relevant details why the instance was not successfully created.