Interface AppsyncResolverSyncConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    AppsyncResolverSyncConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:50.610Z")
    @Stability(Stable)
    public interface AppsyncResolverSyncConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getConflictDetection

        @Stability(Stable)
        @Nullable
        default String getConflictDetection()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_resolver#conflict_detection AppsyncResolver#conflict_detection}.
      • getConflictHandler

        @Stability(Stable)
        @Nullable
        default String getConflictHandler()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_resolver#conflict_handler AppsyncResolver#conflict_handler}.
      • getLambdaConflictHandlerConfig

        @Stability(Stable)
        @Nullable
        default AppsyncResolverSyncConfigLambdaConflictHandlerConfig getLambdaConflictHandlerConfig()
        lambda_conflict_handler_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_resolver#lambda_conflict_handler_config AppsyncResolver#lambda_conflict_handler_config}