Interface CfnTrigger.NotificationPropertyProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTrigger.NotificationPropertyProperty.Jsii$Proxy
Enclosing class:
CfnTrigger

@Stability(Stable) public static interface CfnTrigger.NotificationPropertyProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.glue.*;
 NotificationPropertyProperty notificationPropertyProperty = NotificationPropertyProperty.builder()
         .notifyDelayAfter(123)
         .build();
 

See Also: