quicksight_create_theme {paws.analytics} | R Documentation |
Creates a theme
Description
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 QuickSight.
For a list of the starting themes, use
|
VersionDescription |
A description of the first version of the theme that you're creating.
Every time |
Configuration |
[required] The theme configuration, which contains the theme display properties. |
Permissions |
A valid grouping of resource permissions to apply to the new theme. |
Tags |
A map of the key-value pairs for the resource tag or tags that you want to add to the resource. |