@Stability(value=Stable)
public static interface CfnResolver.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 |
CfnResolver.LambdaConflictHandlerConfigProperty.Builder
A builder for
CfnResolver.LambdaConflictHandlerConfigProperty |
static class |
CfnResolver.LambdaConflictHandlerConfigProperty.Jsii$Proxy
An implementation for
CfnResolver.LambdaConflictHandlerConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResolver.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 CfnResolver.LambdaConflictHandlerConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.