schedule_groups_list_only
Lists schedule_groups
in a region or regions, for all properties use schedule_groups
Overview
Name | schedule_groups_list_only |
Type | Resource |
Description | Definition of AWS::Scheduler::ScheduleGroup Resource Type |
Id | aws.scheduler.schedule_groups_list_only |
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. |
tags | array | The list of tags to associate with the schedule group. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all schedule_groups
in a region.
SELECT
region,
name
FROM aws.scheduler.schedule_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the schedule_groups_list_only
resource, see schedule_groups