aws.quicksight.describe_account_settings
Example SQL Queries
SELECT * FROMaws.quicksight.describe_account_settingsWHERE"aws_account_id" = 'VALUE';Description
Describes the settings that were used when your Amazon QuickSight subscription was first created in this Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_account_id Required Input Column The ID for the Amazon Web Services account that contains the settings that you want to list. | 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_settings The Amazon QuickSight settings for this Amazon Web Services account. This information includes the edition of Amazon Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon QuickSight subscription. In the QuickSight console, the Amazon QuickSight subscription is sometimes referred to as a QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the Amazon QuickSight service for your Amazon Web Services account. The edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it. | STRUCT( |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |