
Last chance! 50% off unlimited learning
Sale ends in
Updates a theme.
See https://www.paws-r-sdk.com/docs/quicksight_update_theme/ for full documentation.
quicksight_update_theme(
AwsAccountId,
ThemeId,
Name = NULL,
BaseThemeId,
VersionDescription = NULL,
Configuration = NULL
)
[required] The ID of the Amazon Web Services account that contains the theme that you're updating.
[required] The ID for the theme.
The name for the theme.
[required] The theme ID, defined by Amazon QuickSight, that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.
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
.
The theme configuration, which contains the theme display properties.