View source: R/quicksight_operations.R
quicksight_update_analysis | R Documentation |
Updates an analysis in Amazon QuickSight
See https://www.paws-r-sdk.com/docs/quicksight_update_analysis/ for full documentation.
quicksight_update_analysis(
AwsAccountId,
AnalysisId,
Name,
Parameters = NULL,
SourceEntity = NULL,
ThemeArn = NULL,
Definition = NULL,
ValidationStrategy = NULL
)
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the analysis that you're updating. |
AnalysisId |
[required] The ID for the analysis that you're updating. This ID displays in the URL of the analysis. |
Name |
[required] A descriptive name for the analysis that you're updating. This name displays for the analysis in the Amazon QuickSight console. |
Parameters |
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. |
SourceEntity |
A source entity to use for the analysis that you're updating. This metadata structure contains details that describe a source template and one or more datasets. |
ThemeArn |
The Amazon Resource Name (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. |
Definition |
The definition of an analysis. A definition is the data model of all features in a Dashboard, Template, or Analysis. |
ValidationStrategy |
The option to relax the validation needed to update an analysis with definition objects. This skips the validation step for specific errors. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.