aws.scheduler.list_schedule_groups
Example SQL Queries
SELECT * FROMaws.scheduler.list_schedule_groups;Description
Returns a paginated list of your schedule groups.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name_prefix Input Column The name prefix that you can use to return a filtered list of your schedule groups. | 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 group. | VARCHAR |
| creation_date The time at which the schedule group was created. | TIMESTAMP_S |
| last_modification_date The time at which the schedule group was last modified. | TIMESTAMP_S |
| name The name of the schedule group. | VARCHAR |
| state Specifies the state of the schedule group. | VARCHAR |