public static interface CfnResolver.LambdaConflictHandlerConfigProperty
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 java.lang.String |
getLambdaConflictHandlerArn()
The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler.
|
default java.lang.String getLambdaConflictHandlerArn()
static CfnResolver.LambdaConflictHandlerConfigProperty.Builder builder()