Interface CfnPlan.LambdaUngracefulProperty

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

@Stability(Stable) public static interface CfnPlan.LambdaUngracefulProperty extends software.amazon.jsii.JsiiSerializable
Configuration for handling failures when invoking Lambda functions.

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.arcregionswitch.*;
 LambdaUngracefulProperty lambdaUngracefulProperty = LambdaUngracefulProperty.builder()
         .behavior("behavior")
         .build();
 

See Also: