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

TemplateAlias

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

The template alias.

interface TemplateAlias {
AliasName?: string | null;
Arn?: string | null;
TemplateVersionNumber?: number | null;
}

§Properties

§
AliasName?: string | null
[src]

The display name of the template alias.

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the template alias.

§
TemplateVersionNumber?: number | null
[src]

The version number of the template alias.