environments_list_only
Lists environments
in a region or regions, for all properties use environments
Overview
Name | environments_list_only |
Type | Resource |
Description | Represents a runtime environment that can run migrated mainframe applications. |
Id | aws.m2.environments_list_only |
Fields
Name | Datatype | Description |
---|---|---|
description | string | The description of the environment. |
engine_type | string | The target platform for the environment. |
engine_version | string | The version of the runtime engine for the environment. |
environment_arn | string | The Amazon Resource Name (ARN) of the runtime environment. |
environment_id | string | The unique identifier of the environment. |
high_availability_config | object | Defines the details of a high availability configuration. |
instance_type | string | The type of instance underlying the environment. |
kms_key_id | string | The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting environment-related resources. |
name | string | The name of the environment. |
preferred_maintenance_window | string | Configures a desired maintenance window for the environment. If you do not provide a value, a random system-generated value will be assigned. |
publicly_accessible | boolean | Specifies whether the environment is publicly accessible. |
security_group_ids | array | The list of security groups for the VPC associated with this environment. |
storage_configurations | array | The storage configurations defined for the runtime environment. |
subnet_ids | array | The unique identifiers of the subnets assigned to this runtime environment. |
tags | object | Tags associated to this environment. |
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_arn
FROM aws.m2.environments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the environments_list_only
resource, see environments