environments_list_only
Lists environments
in a region or regions, for all properties use environments
Overview
Name | environments_list_only |
Type | Resource |
Description | Definition of AWS::RefactorSpaces::Environment Resource Type |
Id | aws.refactorspaces.environments_list_only |
Fields
Name | Datatype | Description |
---|---|---|
description | string | |
environment_identifier | string | |
name | string | |
network_fabric_type | string | |
arn | string | |
transit_gateway_id | string | |
tags | array | Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair. |
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_identifier
FROM aws.refactorspaces.environments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the environments_list_only
resource, see environments