Interface CfnJobPropsMixin.INotificationPropertyProperty
Specifies configuration properties of a notification.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Glue.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnJobPropsMixin.INotificationPropertyProperty
Syntax (vb)
Public Interface CfnJobPropsMixin.INotificationPropertyProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Glue.Mixins;
var notificationPropertyProperty = new NotificationPropertyProperty {
NotifyDelayAfter = 123
};
Synopsis
Properties
| NotifyDelayAfter | After a job run starts, the number of minutes to wait before sending a job run delay notification. |
Properties
NotifyDelayAfter
After a job run starts, the number of minutes to wait before sending a job run delay notification.
double? NotifyDelayAfter { get; }