schedule_group_tags
Expands all tag keys and values for schedule_groups
in a region
Overview
Name | schedule_group_tags |
Type | Resource |
Description | Definition of AWS::Scheduler::ScheduleGroup Resource Type |
Id | aws.scheduler.schedule_group_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the schedule group. |
creation_date | string | The time at which the schedule group was created. |
last_modification_date | string | The time at which the schedule group was last modified. |
name | string | |
state | string | Specifies the state of the schedule group. |
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 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