Builder
Properties
The ID of the Amazon Web Services account where you want to create the dashboard.
The ID for the dashboard, also added to the IAM policy.
Options for publishing the dashboard when you create it:
The definition of a dashboard.
When you create the dashboard, Amazon QuickSight adds the dashboard to these folders.
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
A structure that contains the permissions of a shareable link to the dashboard.
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.
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.
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 SourceTemplate
ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region.
The option to relax the validation needed to create a dashboard with definition objects. This option skips the validation step for specific errors.
A description for the first version of the dashboard being created.
Functions
construct an aws.sdk.kotlin.services.quicksight.model.DashboardPublishOptions inside the given block
construct an aws.sdk.kotlin.services.quicksight.model.DashboardVersionDefinition inside the given block
construct an aws.sdk.kotlin.services.quicksight.model.LinkSharingConfiguration inside the given block
construct an aws.sdk.kotlin.services.quicksight.model.Parameters inside the given block
construct an aws.sdk.kotlin.services.quicksight.model.DashboardSourceEntity inside the given block
construct an aws.sdk.kotlin.services.quicksight.model.ValidationStrategy inside the given block