Skip to main content

trigger_tags

Expands all tag keys and values for triggers in a region

Overview

Nametrigger_tags
TypeResource
DescriptionResource Type definition for AWS::Glue::Trigger
Idaws.glue.trigger_tags

Fields

NameDatatypeDescription
typestringThe type of trigger that this is.
start_on_creationbooleanSet to true to start SCHEDULED and CONDITIONAL triggers when created. True is not supported for ON_DEMAND triggers.
descriptionstringA description of this trigger.
actionsarrayThe actions initiated by this trigger.
event_batching_conditionobjectBatch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.
workflow_namestringThe name of the workflow associated with the trigger.
schedulestringA cron expression used to specify the schedule.
namestringThe name of the trigger.
predicateobjectThe predicate of this trigger, which defines when it will fire.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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