aws-cdk-lib.aws_glue.CfnTrigger.NotificationPropertyProperty

interface NotificationPropertyProperty

LanguageType name
.NETAmazon.CDK.AWS.Glue.CfnTrigger.NotificationPropertyProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnTrigger_NotificationPropertyProperty
Javasoftware.amazon.awscdk.services.glue.CfnTrigger.NotificationPropertyProperty
Pythonaws_cdk.aws_glue.CfnTrigger.NotificationPropertyProperty
TypeScript aws-cdk-lib » aws_glue » CfnTrigger » NotificationPropertyProperty

Specifies configuration properties of a job run 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.CfnTrigger.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.