Class CfnResolverPropsMixin.SyncConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.appsync.mixins.CfnResolverPropsMixin.SyncConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnResolverPropsMixin.SyncConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResolverPropsMixin.SyncConfigProperty
@Stability(Stable)
@Internal
public static final class CfnResolverPropsMixin.SyncConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResolverPropsMixin.SyncConfigProperty
An implementation for
CfnResolverPropsMixin.SyncConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.appsync.mixins.CfnResolverPropsMixin.SyncConfigProperty
CfnResolverPropsMixin.SyncConfigProperty.Builder, CfnResolverPropsMixin.SyncConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResolverPropsMixin.SyncConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe Conflict Detection strategy to use.final StringThe Conflict Resolution strategy to perform in the event of a conflict.final ObjectTheLambdaConflictHandlerConfigwhen configuringLAMBDAas the Conflict Handler.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnResolverPropsMixin.SyncConfigProperty.Builder.
-
-
Method Details
-
getConflictDetection
Description copied from interface:CfnResolverPropsMixin.SyncConfigPropertyThe Conflict Detection strategy to use.- VERSION : Detect conflicts based on object versions for this resolver.
- NONE : Do not detect conflicts when invoking this resolver.
- Specified by:
getConflictDetectionin interfaceCfnResolverPropsMixin.SyncConfigProperty- See Also:
-
getConflictHandler
Description copied from interface:CfnResolverPropsMixin.SyncConfigPropertyThe Conflict Resolution strategy to perform in the event of a conflict.- OPTIMISTIC_CONCURRENCY : Resolve conflicts by rejecting mutations when versions don't match the latest version at the server.
- AUTOMERGE : Resolve conflicts with the Automerge conflict resolution strategy.
- LAMBDA : Resolve conflicts with an AWS Lambda function supplied in the
LambdaConflictHandlerConfig.
- Specified by:
getConflictHandlerin interfaceCfnResolverPropsMixin.SyncConfigProperty- See Also:
-
getLambdaConflictHandlerConfig
Description copied from interface:CfnResolverPropsMixin.SyncConfigPropertyTheLambdaConflictHandlerConfigwhen configuringLAMBDAas the Conflict Handler.Returns union: either
IResolvableorCfnResolverPropsMixin.LambdaConflictHandlerConfigProperty- Specified by:
getLambdaConflictHandlerConfigin interfaceCfnResolverPropsMixin.SyncConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-