aws.finspace.list_kx_databases
Example SQL Queries
SELECT * FROMaws.finspace.list_kx_databasesWHERE"environment_id" = 'VALUE';Description
Returns a list of all the databases in the kdb environment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| environment_id Required Input Column A unique identifier for the kdb environment. | VARCHAR |
| max_results Input Column The maximum number of results to return in this request. | BIGINT |
| next_token Input Column A token that indicates where a results page should begin. | 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 |
| kx_databases A list of databases in the kdb environment. | STRUCT( |
Show child fields
| |