aws.redshift_serverless.list_namespaces
Example SQL Queries
SELECT * FROMaws.redshift_serverless.list_namespaces;Description
Returns information about a list of specified namespaces.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| admin_password_secret_arn The Amazon Resource Name (ARN) for the namespace's admin user credentials secret. | VARCHAR |
| admin_password_secret_kms_key_id The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret. | VARCHAR |
| admin_username The username of the administrator for the first database created in the namespace. | VARCHAR |
| creation_date The date of when the namespace was created. | TIMESTAMP_S |
| db_name The name of the first database created in the namespace. | VARCHAR |
| default_iam_role_arn The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace. | VARCHAR |
| iam_roles A list of IAM roles to associate with the namespace. | VARCHAR[] |
Show child fields
| |
| kms_key_id The ID of the Amazon Web Services Key Management Service key used to encrypt your data. | VARCHAR |
| log_exports The types of logs the namespace can export. Available export types are User log, Connection log, and User activity log. | VARCHAR[] |
Show child fields
| |
| namespace_arn The Amazon Resource Name (ARN) associated with a namespace. | VARCHAR |
| namespace_id The unique identifier of a namespace. | VARCHAR |
| namespace_name The name of the namespace. Must be between 3-64 alphanumeric characters in lowercase, and it cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide. | VARCHAR |
| status The status of the namespace. | VARCHAR |