trigger_tags
Expands all tag keys and values for triggers
in a region
Overview
Name | trigger_tags |
Type | Resource |
Description | Resource Type definition for AWS::Glue::Trigger |
Id | aws.glue.trigger_tags |
Fields
Name | Datatype | Description |
---|---|---|
type | string | The type of trigger that this is. |
start_on_creation | boolean | Set to true to start SCHEDULED and CONDITIONAL triggers when created. True is not supported for ON_DEMAND triggers. |
description | string | A description of this trigger. |
actions | array | The actions initiated by this trigger. |
event_batching_condition | object | Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires. |
workflow_name | string | The name of the workflow associated with the trigger. |
schedule | string | A cron expression used to specify the schedule. |
name | string | The name of the trigger. |
predicate | object | The predicate of this trigger, which defines when it will fire. |
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 triggers
in a region.
SELECT
region,
type,
start_on_creation,
description,
actions,
event_batching_condition,
workflow_name,
schedule,
name,
predicate,
tag_key,
tag_value
FROM aws.glue.trigger_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the trigger_tags
resource, see triggers