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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTrigger.NotificationPropertyProperty
static final class
An implementation forCfnTrigger.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
-