interface NotificationPropertyProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Glue.CfnJob.NotificationPropertyProperty |
Java | software.amazon.awscdk.services.glue.CfnJob.NotificationPropertyProperty |
Python | aws_cdk.aws_glue.CfnJob.NotificationPropertyProperty |
TypeScript | @aws-cdk/aws-glue » CfnJob » NotificationPropertyProperty |
Specifies configuration properties of a notification.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as glue from '@aws-cdk/aws-glue';
const notificationPropertyProperty: glue.CfnJob.NotificationPropertyProperty = {
notifyDelayAfter: 123,
};
Properties
Name | Type | Description |
---|---|---|
notify | number | After a job run starts, the number of minutes to wait before sending a job run delay notification. |
notifyDelayAfter?
Type:
number
(optional)
After a job run starts, the number of minutes to wait before sending a job run delay notification.