environments
Retrieves a list of environments
in a region
Overview
Name | environments |
Type | Resource |
Description | environments |
Id | awscc.finspace.environments |
Fields
Name | Datatype | Description |
---|---|---|
environment_id | string | Unique identifier for representing FinSpace Environment |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
environment_id
FROM awscc.finspace.environments
WHERE region = 'us-east-1'
Permissions
To operate on the environments
resource, the following permissions are required:
Create
finspace:CreateEnvironment,
finspace:GetEnvironment,
finspace:ListEnvironments,
sts:AssumeRole
List
finspace:ListEnvironments