Interface CfnJob.NotificationPropertyProperty
- All Superinterfaces:
 software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
 CfnJob.NotificationPropertyProperty.Jsii$Proxy
- Enclosing class:
 - CfnJob
 
@Stability(Stable)
public static interface CfnJob.NotificationPropertyProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.glue.*;
 NotificationPropertyProperty notificationPropertyProperty = NotificationPropertyProperty.builder()
         .notifyDelayAfter(123)
         .build();
 - 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnJob.NotificationPropertyPropertystatic final classAn implementation forCfnJob.NotificationPropertyProperty - 
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Method Details
- 
getNotifyDelayAfter
After a job run starts, the number of minutes to wait before sending a job run delay notification. - 
builder
 
 -