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();