@Stability(value=Stable)
public static interface CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty.Builder
|
static class |
CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty.Jsii$Proxy
An implementation for
CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty.Builder |
builder() |
default String |
getLambdaConflictHandlerArn()
The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler.
|
@Stability(value=Stable) @Nullable default String getLambdaConflictHandlerArn()
@Stability(value=Stable) static CfnFunctionConfiguration.LambdaConflictHandlerConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.