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

CreateInstanceRequest

import type { CreateInstanceRequest } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface CreateInstanceRequest {
ClientToken?: string | null;
DirectoryId?: string | null;
IdentityManagementType: DirectoryType;
InboundCallsEnabled: boolean;
InstanceAlias?: string | null;
OutboundCallsEnabled: boolean;
}

§Properties

§
ClientToken?: string | null
[src]

The idempotency token.

§
DirectoryId?: string | null
[src]

The identifier for the directory.

§
IdentityManagementType: DirectoryType
[src]

The type of identity management for your Amazon Connect users.

§
InboundCallsEnabled: boolean
[src]

Your contact center handles incoming contacts.

§
InstanceAlias?: string | null
[src]

The name for your instance.

§
OutboundCallsEnabled: boolean
[src]

Your contact center allows outbound calls.