interface IdMappingWorkflowReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_entityresolution.IdMappingWorkflowReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsentityresolution#IdMappingWorkflowReference |
Java | software.amazon.awscdk.services.entityresolution.IdMappingWorkflowReference |
Python | aws_cdk.aws_entityresolution.IdMappingWorkflowReference |
TypeScript | aws-cdk-lib » 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 entityresolution } from 'aws-cdk-lib';
const idMappingWorkflowReference: 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