aws.quicksight.describe_topic_refresh
Example SQL Queries
SELECT * FROMaws.quicksight.describe_topic_refreshWHERE"aws_account_id" = 'VALUE'AND "topic_id" = 'VALUE'AND "refresh_id" = 'VALUE';Description
Describes the status of a topic refresh.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_account_id Required Input Column The ID of the Amazon Web Services account that contains the topic whose refresh you want to describe. | VARCHAR |
| refresh_id Required Input Column The ID of the refresh, which is performed when the topic is created or updated. | VARCHAR |
| topic_id Required Input Column The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account. | 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 |
| refresh_details Details of the refresh, which is performed when the topic is created or updated. | STRUCT( |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |