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

GetTemplateResponse

import type { GetTemplateResponse } from "https://aws-api.deno.dev/v0.4/services/connectcases.ts?docs=full";
interface GetTemplateResponse {
description?: string | null;
layoutConfiguration?: LayoutConfiguration | null;
name: string;
requiredFields?: RequiredField[] | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
templateArn: string;
templateId: string;
}

§Properties

§
description?: string | null
[src]

A brief description of the template.

§
layoutConfiguration?: LayoutConfiguration | null
[src]

Configuration of layouts associated to the template.

§
name: string
[src]

The name of the template.

§
requiredFields?: RequiredField[] | null
[src]

A list of fields that must contain a value for a case to be successfully created with this template.

§

The status of the template.

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

A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

§
templateArn: string
[src]

The Amazon Resource Name (ARN) of the template.

§
templateId: string
[src]

A unique identifier of a template.