Use the DescribeTheme
operation to describe a theme. To use this
operation, you need the ID of the theme that you want to describe. 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 describe-theme --aws-account-id
AWSACCOUNTID
--theme-idTHEMEID
--version-number1
--alias-nameALIAS
The parameter value for alias-name
can be $LATEST
.
For more information about the DescribeTheme
operation, see DescribeTheme in the Amazon QuickSight API Reference.