aws.quicksight.list_namespaces
Example SQL Queries
SELECT * FROMaws.quicksight.list_namespacesWHERE"aws_account_id" = 'VALUE';Description
Lists the namespaces for the specified Amazon Web Services account. This operation doesn't list deleted namespaces.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_account_id Required Input Column The ID for the Amazon Web Services account that contains the Amazon QuickSight namespaces 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 |
| namespaces The information about the namespaces in this Amazon Web Services account. The response includes the namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and identity store. | STRUCT( |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |