environments_list_only
Lists environments
in a region or regions, for all properties use environments
Overview
Name | environments_list_only |
Type | Resource |
Description | An example resource schema demonstrating some basic constructs and validation rules. |
Id | aws.finspace.environments_list_only |
Fields
Name | Datatype | Description |
---|---|---|
environment_id | string | Unique identifier for representing FinSpace Environment |
name | string | Name of the Environment |
aws_account_id | string | AWS account ID associated with the Environment |
description | string | Description of the Environment |
status | string | State of the Environment |
environment_url | string | URL used to login to the Environment |
environment_arn | string | ARN of the Environment |
sage_maker_studio_domain_url | string | SageMaker Studio Domain URL associated with the Environment |
kms_key_id | string | KMS key used to encrypt customer data within FinSpace Environment infrastructure |
dedicated_service_account_id | string | ID for FinSpace created account used to store Environment artifacts |
federation_mode | string | Federation mode used with the Environment |
federation_parameters | object | Additional parameters to identify Federation mode |
superuser_parameters | object | Parameters of the first Superuser for the FinSpace Environment |
data_bundles | array | ARNs of FinSpace Data Bundles to install |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all environments
in a region.
SELECT
region,
environment_id
FROM aws.finspace.environments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the environments_list_only
resource, see environments