Interface CfnResolver.LambdaConflictHandlerConfigProperty

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

@Stability(Stable) public static interface CfnResolver.LambdaConflictHandlerConfigProperty extends software.amazon.jsii.JsiiSerializable
The LambdaConflictHandlerConfig when configuring LAMBDA as the Conflict Handler.

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.appsync.*;
 LambdaConflictHandlerConfigProperty lambdaConflictHandlerConfigProperty = LambdaConflictHandlerConfigProperty.builder()
         .lambdaConflictHandlerArn("lambdaConflictHandlerArn")
         .build();
 

See Also: