aws.quicksight.describe_template_alias
Example SQL Queries
SELECT * FROMaws.quicksight.describe_template_aliasWHERE"aws_account_id" = 'VALUE'AND "template_id" = 'VALUE'AND "alias_name" = 'VALUE';Description
Describes the template alias for a template.
Table Definition
| Column Name | Column Data Type |
|---|---|
| alias_name Required Input Column The name of the template alias that you want to describe. If you name a specific alias, you describe 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. | VARCHAR |
| aws_account_id Required Input Column The ID of the Amazon Web Services account that contains the template alias that you're describing. | VARCHAR |
| template_id Required Input Column The ID for the template. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |
| template_alias Information about the template alias. | STRUCT( |
Show child fields
| |