Class CfnJobPropsMixin.NotificationPropertyProperty
Specifies configuration properties of a notification.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Glue
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnJobPropsMixin.NotificationPropertyProperty : CfnJobPropsMixin.INotificationPropertyProperty
Syntax (vb)
Public Class CfnJobPropsMixin.NotificationPropertyProperty Implements 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.CfnPropertyMixins.AWS.Glue;
var notificationPropertyProperty = new NotificationPropertyProperty {
NotifyDelayAfter = 123
};
Synopsis
Constructors
| NotificationPropertyProperty() | Specifies configuration properties of a notification. |
Properties
| NotifyDelayAfter | After a job run starts, the number of minutes to wait before sending a job run delay notification. |
Constructors
NotificationPropertyProperty()
Specifies configuration properties of a notification.
public NotificationPropertyProperty()
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.CfnPropertyMixins.AWS.Glue;
var notificationPropertyProperty = new NotificationPropertyProperty {
NotifyDelayAfter = 123
};
Properties
NotifyDelayAfter
After a job run starts, the number of minutes to wait before sending a job run delay notification.
public double? NotifyDelayAfter { get; set; }