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

ContactFlowModule

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

Contains information about a contact flow module.

interface ContactFlowModule {
Arn?: string | null;
Content?: string | null;
Description?: string | null;
Id?: string | null;
Name?: string | null;
State?: ContactFlowModuleState | null;
Status?: ContactFlowModuleStatus | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN).

§
Content?: string | null
[src]

The content of the contact flow module.

§
Description?: string | null
[src]

The description of the contact flow module.

§
Id?: string | null
[src]

The identifier of the contact flow module.

§
Name?: string | null
[src]

The name of the contact flow module.

§

The type of contact flow module.

§

The status of the contact flow module.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags used to organize, track, or control access for this resource.