quicksight_create_theme_alias {paws.analytics} | R Documentation |
Creates a theme alias for a theme
Description
Creates a theme alias for a theme.
See https://www.paws-r-sdk.com/docs/quicksight_create_theme_alias/ for full documentation.
Usage
quicksight_create_theme_alias(
AwsAccountId,
ThemeId,
AliasName,
ThemeVersionNumber
)
Arguments
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the theme for the new theme alias. |
ThemeId |
[required] An ID for the theme alias. |
AliasName |
[required] The name that you want to give to the theme alias that you are creating.
The alias name can't begin with a |
ThemeVersionNumber |
[required] The version number of the theme. |
[Package paws.analytics version 0.9.0 Index]