CreateAnalysisRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The definition of an analysis.

Link copied to clipboard

When you create the analysis, Amazon QuickSight adds the analysis to these folders.

Link copied to clipboard
val name: String?

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

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 Identity and Access Management (IAM) action information for each principal listed by Amazon Resource Name (ARN).

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.

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

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

Link copied to clipboard

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.

Link copied to clipboard

The option to relax the validation needed to create an analysis with definition objects. This skips the validation step for specific errors.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String