quicksight_update_analysis: Updates an analysis in Amazon QuickSight

View source: R/quicksight_operations.R

quicksight_update_analysisR Documentation

Updates an analysis in Amazon QuickSight

Description

Updates an analysis in Amazon QuickSight

See https://www.paws-r-sdk.com/docs/quicksight_update_analysis/ for full documentation.

Usage

quicksight_update_analysis(
  AwsAccountId,
  AnalysisId,
  Name,
  Parameters = NULL,
  SourceEntity = NULL,
  ThemeArn = NULL,
  Definition = NULL
)

Arguments

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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.