Analysis

class Analysis : KotlinCustomResource

Definition of the AWS::QuickSight::Analysis Resource Type.

Properties

Link copied to clipboard
val analysisId: Output<String>

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

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the analysis.

Link copied to clipboard
val awsAccountId: Output<String>

The ID of the AWS account where you are creating an analysis.

Link copied to clipboard
val createdTime: Output<String>

The time that the analysis was created.

Link copied to clipboard
val dataSetArns: Output<List<String>>

The ARNs of the datasets of the analysis.

Link copied to clipboard
Link copied to clipboard
val errors: Output<List<AnalysisError>>?

Errors associated with the analysis.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastUpdatedTime: Output<String>

The time that the analysis was last updated.

Link copied to clipboard
val name: Output<String>

The descriptive name of the analysis.

Link copied to clipboard

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.

Link copied to clipboard

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 AWS Identity and Access Management (IAM) action information for each principal listed by Amazon Resource Name (ARN). To specify no permissions, omit Permissions .

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sheets: Output<List<AnalysisSheet>>?

A list of the associated sheets with the unique identifier and name of each sheet.

Link copied to clipboard

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.

Link copied to clipboard

Status associated with the analysis.

Link copied to clipboard
val tags: Output<List<Tag>>?

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

Link copied to clipboard
val themeArn: Output<String>?

The ARN of the theme of the analysis.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT , validation is skipped for specific errors.