compute_environment_tags
Expands all tag keys and values for compute_environments in a region
Overview
| Name | compute_environment_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::Batch::ComputeEnvironment |
| Id | aws.batch.compute_environment_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
compute_environment_arn | string | |
compute_environment_name | string | |
compute_resources | object | |
replace_compute_environment | boolean | |
service_role | string | |
state | string | |
type | string | |
update_policy | object | |
unmanagedv_cpus | integer | |
eks_configuration | object | |
context | string | |
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 compute_environments in a region.
SELECT
region,
compute_environment_arn,
compute_environment_name,
compute_resources,
replace_compute_environment,
service_role,
state,
type,
update_policy,
unmanagedv_cpus,
eks_configuration,
context,
tag_key,
tag_value
FROM aws.batch.compute_environment_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the compute_environment_tags resource, see compute_environments