Skip to main content

environments

Retrieves a list of environments in a region

Overview

Nameenvironments
TypeResource
Descriptionenvironments
Idawscc.finspace.environments

Fields

NameDatatypeDescription
environment_idstringUnique identifier for representing FinSpace Environment
regionstringAWS 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