interface IdMappingWorkflowReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.EntityResolution.IdMappingWorkflowReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsentityresolution#IdMappingWorkflowReference |
Java | software.amazon.awscdk.interfaces.entityresolution.IdMappingWorkflowReference |
Python | aws_cdk.interfaces.aws_entityresolution.IdMappingWorkflowReference |
TypeScript | aws-cdk-lib » interfaces » aws_entityresolution » IdMappingWorkflowReference |
A reference to a IdMappingWorkflow resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_entityresolution as interfaces_aws_entityresolution } from 'aws-cdk-lib/interfaces';
const idMappingWorkflowReference: interfaces_aws_entityresolution.IdMappingWorkflowReference = {
workflowName: 'workflowName',
};
Properties
| Name | Type | Description |
|---|---|---|
| workflow | string | The WorkflowName of the IdMappingWorkflow resource. |
workflowName
Type:
string
The WorkflowName of the IdMappingWorkflow resource.

.NET
Go
Java
Python
TypeScript