Builder

class Builder

Properties

Link copied to clipboard

The ID of the Amazon Web Services account where you want to create the dashboard.

Link copied to clipboard

The ID for the dashboard, also added to the IAM policy.

Link copied to clipboard

Options for publishing the dashboard when you create it:

Link copied to clipboard

The definition of a dashboard.

Link copied to clipboard

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

Link copied to clipboard

A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.

Link copied to clipboard

A structure that contains the permissions of a shareable link to the dashboard.

Link copied to clipboard
var name: String?

The display name of the dashboard.

Link copied to clipboard

The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values.

Link copied to clipboard

A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN.

Link copied to clipboard

The entity that you are using as a source when you create the dashboard. In SourceEntity, you specify the type of object you're using as source. You can only create a dashboard from a template, so you use a SourceTemplate entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a> API operation. For SourceTemplate, specify the Amazon Resource Name (ARN) of the source template. The SourceTemplateARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region.

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

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

Link copied to clipboard

The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that is used in the source entity. The theme ARN must exist in the same Amazon Web Services account where you create the dashboard.

Link copied to clipboard

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

Link copied to clipboard

A description for the first version of the dashboard being created.

Functions