Use the UpdateThemeAlias
operation to update an alias of a theme. To
use this operation, you need the ID of the theme that is using the alias that you want
to update. 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 update-theme-alias --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 update-theme-alias --cli-input-json file://
updatethemealias
.json
For more information about the UpdateThemeAlias
operation, see UpdateThemeAlias in the Amazon QuickSight API Reference.