describe_schedule
(**kwargs)¶Returns the definition of a specific DataBrew schedule.
See also: AWS API Documentation
Request Syntax
response = client.describe_schedule(
Name='string'
)
[REQUIRED]
The name of the schedule to be described.
{
'CreateDate': datetime(2015, 1, 1),
'CreatedBy': 'string',
'JobNames': [
'string',
],
'LastModifiedBy': 'string',
'LastModifiedDate': datetime(2015, 1, 1),
'ResourceArn': 'string',
'CronExpression': 'string',
'Tags': {
'string': 'string'
},
'Name': 'string'
}
Response Structure
The date and time that the schedule was created.
The identifier (user name) of the user who created the schedule.
The name or names of one or more jobs to be run by using the schedule.
The identifier (user name) of the user who last modified the schedule.
The date and time that the schedule was last modified.
The Amazon Resource Name (ARN) of the schedule.
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 .
Metadata tags associated with this schedule.
The name of the schedule.
Exceptions
GlueDataBrew.Client.exceptions.ResourceNotFoundException
GlueDataBrew.Client.exceptions.ValidationException