Builder
Properties
The ID of the Amazon Web Services account that contains the dashboard that you're updating.
The ID for the dashboard.
Options for publishing the dashboard when you create it:
The definition of a dashboard.
A structure that contains the parameters of the dashboard. These are parameter overrides for a dashboard. A dashboard can have any type of parameters, and some parameters might accept multiple values.
The entity that you are using as a source when you update the dashboard. In SourceEntity
, you specify the type of object you're using as source. You can only update a dashboard from a template, so you use a SourceTemplate
entity. If you need to update 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 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 was originally associated with the entity. The theme ARN must exist in the same Amazon Web Services account where you create the dashboard.
The option to relax the validation needed to update a dashboard with definition objects. This 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.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