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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnResolver.LambdaConflictHandlerConfigProperty
static final class
An implementation forCfnResolver.LambdaConflictHandlerConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLambdaConflictHandlerArn
The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler.- See Also:
-
builder
-