quicksight_create_template_alias {paws.analytics} | R Documentation |
Creates a template alias for a template
Description
Creates a template alias for a template.
See https://www.paws-r-sdk.com/docs/quicksight_create_template_alias/ for full documentation.
Usage
quicksight_create_template_alias(
AwsAccountId,
TemplateId,
AliasName,
TemplateVersionNumber
)
Arguments
AwsAccountId |
[required] The ID of the Amazon Web Services 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 |
TemplateVersionNumber |
[required] The version number of the template. |
[Package paws.analytics version 0.7.0 Index]