quicksight_create_theme_alias: Creates a theme alias for a theme

View source: R/quicksight_operations.R

quicksight_create_theme_aliasR Documentation

Creates a theme alias for a theme

Description

Creates a theme alias for a theme.

See https://www.paws-r-sdk.com/docs/quicksight_create_theme_alias/ for full documentation.

Usage

quicksight_create_theme_alias(
  AwsAccountId,
  ThemeId,
  AliasName,
  ThemeVersionNumber
)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services 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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.