quicksight_update_template_alias: Updates the template alias of a template

View source: R/quicksight_operations.R

quicksight_update_template_aliasR Documentation

Updates the template alias of a template

Description

Updates the template alias of a template.

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

Usage

quicksight_update_template_alias(
  AwsAccountId,
  TemplateId,
  AliasName,
  TemplateVersionNumber
)

Arguments

AwsAccountId

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

TemplateId

[required] The ID for the template.

AliasName

[required] The alias of the template that you want to update. If you name a specific alias, you update the version that the alias points to. You can specify the latest version of the template by providing the keyword ⁠$LATEST⁠ in the AliasName parameter. The keyword ⁠$PUBLISHED⁠ doesn't apply to templates.

TemplateVersionNumber

[required] The version number of the template.


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