Creates a theme.
See https://www.paws-r-sdk.com/docs/quicksight_create_theme/ for full documentation.
Usage
quicksight_create_theme(
AwsAccountId,
ThemeId,
Name,
BaseThemeId,
VersionDescription = NULL,
Configuration,
Permissions = NULL,
Tags = NULL
)Arguments
- AwsAccountId
[required] The ID of the Amazon Web Services account where you want to store the new theme.
- ThemeId
[required] An ID for the theme that you want to create. The theme ID is unique per Amazon Web Services Region in each Amazon Web Services account.
- Name
[required] A display name for the theme.
- BaseThemeId
[required] The ID of the theme that a custom theme will inherit from. All themes inherit from one of the starting themes defined by Amazon Quick Sight. For a list of the starting themes, use
list_themesor choose Themes from within an analysis.- VersionDescription
A description of the first version of the theme that you're creating. Every time
update_themeis called, a new version is created. Each version of the theme has a description of the version in theVersionDescriptionfield.- Configuration
[required] The theme configuration, which contains the theme display properties.
- Permissions
A valid grouping of resource permissions to apply to the new theme.
A map of the key-value pairs for the resource tag or tags that you want to add to the resource.