Skip to main content

schedule_groups_list_only

Lists schedule_groups in a region or regions, for all properties use schedule_groups

Overview

Nameschedule_groups_list_only
TypeResource
DescriptionDefinition of AWS::Scheduler::ScheduleGroup Resource Type
Idaws.scheduler.schedule_groups_list_only

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.
tagsarrayThe list of tags to associate with the schedule group.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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