interface NotificationPropertyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Glue.CfnTriggerPropsMixin.NotificationPropertyProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsglue#CfnTriggerPropsMixin_NotificationPropertyProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTriggerPropsMixin.NotificationPropertyProperty |
Python | aws_cdk.cfn_property_mixins.aws_glue.CfnTriggerPropsMixin.NotificationPropertyProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_glue » CfnTriggerPropsMixin » 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/cfn-property-mixins';
const notificationPropertyProperty: glue.CfnTriggerPropsMixin.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.

.NET
Go
Java
Python
TypeScript