Skip to content

Update Theme Alias

quicksight_update_theme_alias R Documentation

Updates an alias of a theme

Description

Updates an alias of a theme.

Usage

quicksight_update_theme_alias(AwsAccountId, ThemeId, AliasName,
  ThemeVersionNumber)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that contains the theme alias that you're updating.

ThemeId

[required] The ID for the theme.

AliasName

[required] The name of the theme alias that you want to update.

ThemeVersionNumber

[required] The version number of the theme that the alias should reference.

Value

A list with the following syntax:

list(
  ThemeAlias = list(
    Arn = "string",
    AliasName = "string",
    ThemeVersionNumber = 123
  ),
  Status = 123,
  RequestId = "string"
)

Request syntax

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