aws.databrew.list_schedules
Example SQL Queries
SELECT * FROMaws.databrew.list_schedules;Description
Lists the DataBrew schedules that are defined.
Table Definition
| Column Name | Column Data Type |
|---|---|
| job_name Input Column The name of the job that these schedules apply to. | 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 |
| account_id The ID of the Amazon Web Services account that owns the schedule. | VARCHAR |
| create_date The date and time that the schedule was created. | TIMESTAMP_S |
| created_by The Amazon Resource Name (ARN) of the user who created the schedule. | VARCHAR |
| cron_expression The dates and times when the job is to run. For more information, see Cron expressions in the Glue DataBrew Developer Guide. | VARCHAR |
| job_names A list of jobs to be run, according to the schedule. | VARCHAR[] |
Show child fields
| |
| last_modified_by The Amazon Resource Name (ARN) of the user who last modified the schedule. | VARCHAR |
| last_modified_date The date and time when the schedule was last modified. | TIMESTAMP_S |
| name The name of the schedule. | VARCHAR |
| resource_arn The Amazon Resource Name (ARN) of the schedule. | VARCHAR |
| tags Metadata tags that have been applied to the schedule. | MAP(VARCHAR, VARCHAR) |