aws.scheduler.list_schedules
Example SQL Queries
SELECT * FROMaws.scheduler.list_schedules;Description
Returns a paginated list of your EventBridge Scheduler schedules.
Table Definition
| Column Name | Column Data Type |
|---|---|
| group_name Input Column The name of the schedule group associated with this schedule. | VARCHAR |
| name_prefix Input Column Schedule name prefix to return the filtered list of resources. | VARCHAR |
| state Input Column Specifies whether the schedule is enabled or disabled. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the schedule. | VARCHAR |
| creation_date The time at which the schedule was created. | TIMESTAMP_S |
| last_modification_date The time at which the schedule was last modified. | TIMESTAMP_S |
| name The name of the schedule. | VARCHAR |
| target The schedule's target details. | STRUCT( |
Show child fields
| |