interface IdMappingWorkflowReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_entityresolution.IdMappingWorkflowReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsentityresolution#IdMappingWorkflowReference |
![]() | software.amazon.awscdk.services.entityresolution.IdMappingWorkflowReference |
![]() | aws_cdk.aws_entityresolution.IdMappingWorkflowReference |
![]() | 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.