Interface CfnEventInvokeConfig.OnSuccessProperty

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

@Stability(Stable) public static interface CfnEventInvokeConfig.OnSuccessProperty extends software.amazon.jsii.JsiiSerializable
A destination for events that were processed successfully.

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.lambda.*;
 OnSuccessProperty onSuccessProperty = OnSuccessProperty.builder()
         .destination("destination")
         .build();