Learn R Programming

paws.analytics (version 0.7.0)

quicksight_update_theme: Updates a theme

Description

Updates a theme.

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

Usage

quicksight_update_theme(
  AwsAccountId,
  ThemeId,
  Name = NULL,
  BaseThemeId,
  VersionDescription = NULL,
  Configuration = NULL
)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that contains the theme that you're updating.

ThemeId

[required] The ID for the theme.

Name

The name for the theme.

BaseThemeId

[required] The theme ID, defined by Amazon QuickSight, that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.

VersionDescription

A description of the theme version that you're updating Every time that you call update_theme, you create a new version of the theme. Each version of the theme maintains a description of the version in VersionDescription.

Configuration

The theme configuration, which contains the theme display properties.