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
namestring
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