Interface CfnPlanPropsMixin.LambdaUngracefulProperty

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

@Stability(Stable) public static interface CfnPlanPropsMixin.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.cfnpropertymixins.services.arcregionswitch.*;
 LambdaUngracefulProperty lambdaUngracefulProperty = LambdaUngracefulProperty.builder()
         .behavior("behavior")
         .build();
 

See Also: