AWS::EntityResolution::IdMappingWorkflowIdMappingWorkflow defined in AWS Entity Resolution service
8 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IdMappingTechniques | IdMappingTechniques | Required |
InputSourceConfig | Array<IdMappingWorkflowInputSource> | Required |
RoleArn | string | Required |
WorkflowName | string | RequiredCreate-only |
Description | string | |
IdMappingIncrementalRunConfig | IdMappingIncrementalRunConfig | |
OutputSourceConfig | Array<IdMappingWorkflowOutputSource> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | - |
UpdatedAt | string | - |
WorkflowArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EntityResolution::IdMappingWorkflow
Resources:
MyResource:
Type: AWS::EntityResolution::IdMappingWorkflow
Properties:
WorkflowName: "my-workflowname"
InputSourceConfig: []
IdMappingTechniques: "my-idmappingtechniques"
RoleArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
entityresolution:GetIdMappingWorkflowentityresolution:ListTagsForResourceentityresolution:CreateIdMappingWorkflowentityresolution:GetIdMappingWorkflowentityresolution:TagResourcekms:CreateGrantkms:DescribeKeyiam:PassRoleentityresolution:GetIdMappingWorkflowentityresolution:UpdateIdMappingWorkflowentityresolution:ListTagsForResourceentityresolution:TagResourceentityresolution:UntagResourceiam:PassRolekms:CreateGrantkms:DescribeKeyentityresolution:ListIdMappingWorkflowsentityresolution:DeleteIdMappingWorkflowentityresolution:GetIdMappingWorkflowentityresolution:UntagResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterWorkflowNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
WorkflowName