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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAppsyncResolverSyncConfig.BuilderA builder forAppsyncResolverSyncConfigstatic classAppsyncResolverSyncConfig.Jsii$ProxyAn implementation forAppsyncResolverSyncConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AppsyncResolverSyncConfig.Builderbuilder()default StringgetConflictDetection()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_resolver#conflict_detection AppsyncResolver#conflict_detection}.default StringgetConflictHandler()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_resolver#conflict_handler AppsyncResolver#conflict_handler}.default AppsyncResolverSyncConfigLambdaConflictHandlerConfiggetLambdaConflictHandlerConfig()lambda_conflict_handler_config block.
-
-
-
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}
-
builder
@Stability(Stable) static AppsyncResolverSyncConfig.Builder builder()
- Returns:
- a
AppsyncResolverSyncConfig.BuilderofAppsyncResolverSyncConfig
-
-