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

CreateAnalysisRequest

import type { CreateAnalysisRequest } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
interface CreateAnalysisRequest {
AnalysisId: string;
AwsAccountId: string;
Definition?: AnalysisDefinition | null;
Name: string;
Parameters?: Parameters | null;
Permissions?: ResourcePermission[] | null;
SourceEntity?: AnalysisSourceEntity | null;
Tags?: Tag[] | null;
ThemeArn?: string | null;
}

§Properties

§
AnalysisId: string
[src]

The ID for the analysis that you're creating. This ID displays in the URL of the analysis.

§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account where you are creating an analysis.

§
Definition?: AnalysisDefinition | null
[src]

The definition of an analysis.

A definition is the data model of all features in a Dashboard, Template, or Analysis.

Either a SourceEntity or a Definition must be provided in order for the request to be valid.

§
Name: string
[src]

A descriptive name for the analysis that you're creating. This name displays for the analysis in the Amazon QuickSight console.

§
Parameters?: Parameters | null
[src]

The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.

§
Permissions?: ResourcePermission[] | null
[src]

A structure that describes the principals and the resource-level permissions on an analysis. You can use the Permissions structure to grant permissions by providing a list of Identity and Access Management (IAM) action information for each principal listed by Amazon Resource Name (ARN).

To specify no permissions, omit Permissions.

§
SourceEntity?: AnalysisSourceEntity | null
[src]

A source entity to use for the analysis that you're creating. This metadata structure contains details that describe a source template and one or more datasets.

Either a SourceEntity or a Definition must be provided in order for the request to be valid.

§
Tags?: Tag[] | null
[src]

Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.

§
ThemeArn?: string | null
[src]

The ARN for the theme to apply to the analysis that you're creating. To see the theme in the Amazon QuickSight console, make sure that you have access to it.