aws-cdk-lib.aws_glue.CfnJob.NotificationPropertyProperty

interface NotificationPropertyProperty

LanguageType name
.NETAmazon.CDK.AWS.Glue.CfnJob.NotificationPropertyProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnJob_NotificationPropertyProperty
Javasoftware.amazon.awscdk.services.glue.CfnJob.NotificationPropertyProperty
Pythonaws_cdk.aws_glue.CfnJob.NotificationPropertyProperty
TypeScript aws-cdk-lib » 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 { aws_glue as glue } from 'aws-cdk-lib';
const notificationPropertyProperty: glue.CfnJob.NotificationPropertyProperty = {
  notifyDelayAfter: 123,
};

Properties

NameTypeDescription
notifyDelayAfter?numberAfter 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.