Interface CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty.Jsii$Proxy
- Enclosing class:
- CfnFunctionConfiguration
@Stability(Stable)
public static interface CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty
extends software.amazon.jsii.JsiiSerializable
The
LambdaConflictHandlerConfig
object 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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnFunctionConfiguration.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. -
builder
@Stability(Stable) static CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty.Builder builder()
-