compute_environments_list_only
Lists compute_environments
in a region or regions, for all properties use compute_environments
Overview
Name | compute_environments_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Batch::ComputeEnvironment |
Id | aws.batch.compute_environments_list_only |
Fields
Name | Datatype | Description |
---|---|---|
compute_environment_arn | string | |
compute_environment_name | string | |
compute_resources | object | |
replace_compute_environment | boolean | |
service_role | string | |
state | string | |
tags | object | A key-value pair to associate with a resource. |
type | string | |
update_policy | object | |
unmanagedv_cpus | integer | |
eks_configuration | object | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all compute_environments
in a region.
SELECT
region,
compute_environment_arn
FROM aws.batch.compute_environments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the compute_environments_list_only
resource, see compute_environments