The CreateThemeAlias
operation creates a theme alias for a theme. To
use this operation, you need the ID of the theme that you want to create an alias for.
You can use the ListThemes
operation to list all themes and their
corresponding theme IDs.
Following is an example AWS CLI command for this operation.
aws quicksight --aws-account-id
AWSACCOUNTID
--theme-idTHEMEID
--alias-nameALIAS
--theme-version-numberVERSION
You can also make this command using a CLI skeleton file with the following command. For more information about CLI skeleton files, see Use CLI skeleton files.
aws quicksight create-theme-alias --cli-input-json file://
create-theme-alias
.json
For more information about the CreateThemeAlias
operation, see CreateThemeAlias in the Amazon QuickSight API Reference.