environment_tags
Expands all tag keys and values for environments
in a region
Overview
Name | environment_tags |
Type | Resource |
Description | An example resource schema demonstrating some basic constructs and validation rules. |
Id | aws.finspace.environment_tags |
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 |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all environments
in a region.
SELECT
region,
environment_id,
name,
aws_account_id,
description,
status,
environment_url,
environment_arn,
sage_maker_studio_domain_url,
kms_key_id,
dedicated_service_account_id,
federation_mode,
federation_parameters,
superuser_parameters,
data_bundles,
tag_key,
tag_value
FROM aws.finspace.environment_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the environment_tags
resource, see environments