interface IncrementalRunConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_entityresolution.CfnMatchingWorkflow.IncrementalRunConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsentityresolution#CfnMatchingWorkflow_IncrementalRunConfigProperty |
![]() | software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.IncrementalRunConfigProperty |
![]() | aws_cdk.aws_entityresolution.CfnMatchingWorkflow.IncrementalRunConfigProperty |
![]() | aws-cdk-lib » aws_entityresolution » CfnMatchingWorkflow » IncrementalRunConfigProperty |
Optional.
An object that defines the incremental run type. This object contains only the incrementalRunType
field, which appears as "Automatic" in the console.
For workflows where
resolutionType
isML_MATCHING
, incremental processing is not supported.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_entityresolution as entityresolution } from 'aws-cdk-lib';
const incrementalRunConfigProperty: entityresolution.CfnMatchingWorkflow.IncrementalRunConfigProperty = {
incrementalRunType: 'incrementalRunType',
};
Properties
Name | Type | Description |
---|---|---|
incremental | string | The type of incremental run. The only valid value is IMMEDIATE . This appears as "Automatic" in the console. |
incrementalRunType
Type:
string
The type of incremental run. The only valid value is IMMEDIATE
. This appears as "Automatic" in the console.
For workflows where
resolutionType
isML_MATCHING
, incremental processing is not supported.