schedules_list_only
Lists schedules
in a region or regions, for all properties use schedules
Overview
Name | schedules_list_only |
Type | Resource |
Description | Definition of AWS::Scheduler::Schedule Resource Type |
Id | aws.scheduler.schedules_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the schedule. |
description | string | The description of the schedule. |
end_date | string | The 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_window | object | Flexible time window allows configuration of a window within which a schedule can be invoked |
group_name | string | The name of the schedule group to associate with this schedule. If you omit this, the default schedule group is used. |
kms_key_arn | string | The ARN for a KMS Key that will be used to encrypt customer data. |
name | string | |
schedule_expression | string | The scheduling expression. |
schedule_expression_timezone | string | The timezone in which the scheduling expression is evaluated. |
start_date | string | The 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. |
state | string | Specifies whether the schedule is enabled or disabled. |
target | object | The schedule target. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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