aws.finspace.list_environments
Example SQL Queries
SELECT * FROMaws.finspace.list_environments;Description
A list of all of your FinSpace environments.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return in this request. | BIGINT |
| next_token Input Column A token that you can use in a subsequent call to retrieve the next set of results. | 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 |
| environments A list of all of your FinSpace environments. | STRUCT( |
Show child fields
| |