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

AnalysisSourceTemplate

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

The source template of an analysis.

interface AnalysisSourceTemplate {
Arn: string;
DataSetReferences: DataSetReference[];
}

§Properties

§
Arn: string
[src]

The Amazon Resource Name (ARN) of the source template of an analysis.

§
DataSetReferences: DataSetReference[]
[src]

The dataset references of the source template of an analysis.