Learn R Programming

paws.analytics (version 0.1.6)

quicksight_create_template_alias: Creates a template alias for a template

Description

Creates a template alias for a template.

Usage

quicksight_create_template_alias(AwsAccountId, TemplateId, AliasName,
  TemplateVersionNumber)

Arguments

AwsAccountId

[required] The ID of the AWS account that contains the template that you creating an alias for.

TemplateId

[required] An ID for the template.

AliasName

[required] The name that you want to give to the template alias that you\'re creating. Don\'t start the alias name with the $ character. Alias names that start with $ are reserved by QuickSight.

TemplateVersionNumber

[required] The version number of the template.

Request syntax

svc$create_template_alias(
  AwsAccountId = "string",
  TemplateId = "string",
  AliasName = "string",
  TemplateVersionNumber = 123
)