AWS::EntityResolution::MatchingWorkflow IncrementalRunConfig - AWS CloudFormation

This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EntityResolution::MatchingWorkflow IncrementalRunConfig

Optional. An object that defines the incremental run type. This object contains only the incrementalRunType field, which appears as "Automatic" in the console.

Important

For workflows where resolutionType is ML_MATCHING, incremental processing is not supported.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "IncrementalRunType" : String }

YAML

IncrementalRunType: String

Properties

IncrementalRunType

The type of incremental run. The only valid value is IMMEDIATE. This appears as "Automatic" in the console.

Important

For workflows where resolutionType is ML_MATCHING, incremental processing is not supported.

Required: Yes

Type: String

Allowed values: IMMEDIATE

Update requires: No interruption