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

CreateTemplateAliasRequest

import type { CreateTemplateAliasRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface CreateTemplateAliasRequest {
AliasName: string;
AwsAccountId: string;
TemplateId: string;
TemplateVersionNumber: number;
}

§Properties

§
AliasName: string
[src]

The name that you want to give to the template alias that you're creating. Don't start the alias name with the $ character. Alias names that start with $ are reserved by Amazon QuickSight.

§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account that contains the template that you creating an alias for.

§
TemplateId: string
[src]

An ID for the template.

§
TemplateVersionNumber: number
[src]

The version number of the template.