aws.quicksight.describe_account_subscription
Example SQL Queries
SELECT * FROMaws.quicksight.describe_account_subscriptionWHERE"aws_account_id" = 'VALUE';Description
Use the DescribeAccountSubscription operation to receive a description of an Amazon QuickSight account's subscription. A successful API call returns an AccountInfo object that includes an account's name, subscription status, authentication type, edition, and notification email address.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_account_id Required Input Column The Amazon Web Services account ID associated with your Amazon QuickSight 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 |
| account_info A structure that contains the following elements:
| STRUCT( |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |