Learn R Programming

paws.analytics (version 0.1.9)

quicksight_create_theme_alias: Creates a theme alias for a theme

Description

Creates a theme alias for a theme.

Usage

quicksight_create_theme_alias(AwsAccountId, ThemeId, AliasName,
  ThemeVersionNumber)

Arguments

AwsAccountId

[required] The ID of the AWS 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 $. Alias names that start with $ are reserved by Amazon QuickSight.

ThemeVersionNumber

[required] The version number of the theme.

Request syntax

svc$create_theme_alias(
  AwsAccountId = "string",
  ThemeId = "string",
  AliasName = "string",
  ThemeVersionNumber = 123
)