job_definition_tags
Expands all tag keys and values for job_definitions
in a region
Overview
Name | job_definition_tags |
Type | Resource |
Description | Resource Type definition for AWS::Batch::JobDefinition |
Id | aws.batch.job_definition_tags |
Fields
Name | Datatype | Description |
---|---|---|
parameters | object | |
timeout | object | |
job_definition_name | string | |
propagate_tags | boolean | |
platform_capabilities | array | |
eks_properties | object | |
type | string | |
node_properties | object | |
scheduling_priority | integer | |
container_properties | object | |
ecs_properties | object | |
retry_strategy | object | |
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 job_definitions
in a region.
SELECT
region,
parameters,
timeout,
job_definition_name,
propagate_tags,
platform_capabilities,
eks_properties,
type,
node_properties,
scheduling_priority,
container_properties,
ecs_properties,
retry_strategy,
tag_key,
tag_value
FROM aws.batch.job_definition_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the job_definition_tags
resource, see job_definitions