aws.quicksight.describe_namespace
Example SQL Queries
SELECT * FROMaws.quicksight.describe_namespaceWHERE"aws_account_id" = 'VALUE'AND "namespace" = 'VALUE';Description
Describes the current namespace.
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 namespace that you want to describe. | 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 |
| _input_namespace Input Column | VARCHAR |
| namespace The information about the namespace that you're describing. The response includes the namespace ARN, name, Amazon Web Services Region, creation status, and identity store. DescribeNamespace also works for namespaces that are in the process of being created. For incomplete namespaces, this API operation lists the namespace error types and messages associated with the creation process. | STRUCT( |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |