Skip to main content

schedules_list_only

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

Overview

Nameschedules_list_only
TypeResource
DescriptionDefinition of AWS::Scheduler::Schedule Resource Type
Idaws.scheduler.schedules_list_only

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the schedule.
descriptionstringThe description of the schedule.
end_datestringThe date, in UTC, before which the schedule can invoke its target. Depending on the schedule's recurrence expression, invocations might stop on, or before, the EndDate you specify.
flexible_time_windowobjectFlexible time window allows configuration of a window within which a schedule can be invoked
group_namestringThe name of the schedule group to associate with this schedule. If you omit this, the default schedule group is used.
kms_key_arnstringThe ARN for a KMS Key that will be used to encrypt customer data.
namestring
schedule_expressionstringThe scheduling expression.
schedule_expression_timezonestringThe timezone in which the scheduling expression is evaluated.
start_datestringThe date, in UTC, after which the schedule can begin invoking its target. Depending on the schedule's recurrence expression, invocations might occur on, or after, the StartDate you specify.
statestringSpecifies whether the schedule is enabled or disabled.
targetobjectThe schedule target.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all schedules in a region.

SELECT
region,
name
FROM aws.scheduler.schedules_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the schedules_list_only resource, see schedules