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 | |
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