Creates a theme alias for a theme.
quicksight_create_theme_alias(AwsAccountId, ThemeId, AliasName,
ThemeVersionNumber)
[required] The ID of the AWS account that contains the theme for the new theme alias.
[required] An ID for the theme alias.
[required] The name that you want to give to the theme alias that you are creating.
The alias name can't begin with a $
. Alias names that start with $
are reserved by Amazon QuickSight.
[required] The version number of the theme.
A list with the following syntax:
list( ThemeAlias = list( Arn = "string", AliasName = "string", ThemeVersionNumber = 123 ), Status = 123, RequestId = "string" )
svc$create_theme_alias( AwsAccountId = "string", ThemeId = "string", AliasName = "string", ThemeVersionNumber = 123 )