aws.finspace.get_environment
Example SQL Queries
SELECT * FROMaws.finspace.get_environmentWHERE"environment_id" = 'VALUE';Description
Returns the FinSpace environment object.
Table Definition
| Column Name | Column Data Type |
|---|---|
| environment_id Required Input Column The identifier of the FinSpace environment. | 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 |
| environment The name of the FinSpace environment. | STRUCT( |
Show child fields
| |