aws.databrew.describe_schedule
Example SQL Queries
SELECT * FROMaws.databrew.describe_scheduleWHERE"name" = 'VALUE';Description
Returns the definition of a specific DataBrew schedule.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the schedule. | 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 |
| create_date The date and time that the schedule was created. | TIMESTAMP_S |
| created_by The identifier (user name) of the user who created the schedule. | VARCHAR |
| cron_expression The date or dates and time or times when the jobs are to be run for the schedule. For more information, see Cron expressions in the Glue DataBrew Developer Guide. | VARCHAR |
| job_names The name or names of one or more jobs to be run by using the schedule. | VARCHAR[] |
Show child fields
| |
| last_modified_by The identifier (user name) of the user who last modified the schedule. | VARCHAR |
| last_modified_date The date and time that the schedule was last modified. | TIMESTAMP_S |
| resource_arn The Amazon Resource Name (ARN) of the schedule. | VARCHAR |
| tags Metadata tags associated with this schedule. | MAP(VARCHAR, VARCHAR) |