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

Template

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

A template object. A template is an entity in Amazon QuickSight that encapsulates the metadata required to create an analysis and that you can use to create a dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with an analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.

You can share templates across Amazon Web Services accounts by allowing users in other Amazon Web Services accounts to create a template or a dashboard from an existing template.

interface Template {
Arn?: string | null;
CreatedTime?: Date | number | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
TemplateId?: string | null;
Version?: TemplateVersion | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the template.

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

Time when this was created.

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

Time when this was last updated.

§
Name?: string | null
[src]

The display name of the template.

§
TemplateId?: string | null
[src]

The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.

§
Version?: TemplateVersion | null
[src]

A structure describing the versions of the template.