Skip to main content

schedule_group_tags

Expands all tag keys and values for schedule_groups in a region

Overview

Nameschedule_group_tags
TypeResource
DescriptionDefinition of AWS::Scheduler::ScheduleGroup Resource Type
Idaws.scheduler.schedule_group_tags

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the schedule group.
creation_datestringThe time at which the schedule group was created.
last_modification_datestringThe time at which the schedule group was last modified.
namestring
statestringSpecifies the state of the schedule group.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all schedule_groups in a region.

SELECT
region,
arn,
creation_date,
last_modification_date,
name,
state,
tag_key,
tag_value
FROM aws.scheduler.schedule_group_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the schedule_group_tags resource, see schedule_groups