AWS::EntityResolution::MatchingWorkflowMatchingWorkflow defined in AWS Entity Resolution service
8 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
InputSourceConfig | Array<InputSource> | Required |
OutputSourceConfig | Array<OutputSource> | Required |
ResolutionTechniques | ResolutionTechniques | Required |
RoleArn | string | Required |
WorkflowName | string | RequiredCreate-only |
Description | string | |
IncrementalRunConfig | IncrementalRunConfig | |
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::MatchingWorkflow
Resources:
MyResource:
Type: AWS::EntityResolution::MatchingWorkflow
Properties:
WorkflowName: "my-workflowname"
InputSourceConfig: []
OutputSourceConfig: []
ResolutionTechniques: "value"
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:CreateMatchingWorkflowentityresolution:GetMatchingWorkflowentityresolution:TagResourcekms:CreateGrantkms:DescribeKeyiam:PassRoleevents:PutRuleevents:DeleteRuleentityresolution:GetMatchingWorkflowentityresolution:ListTagsForResourceentityresolution:DeleteMatchingWorkflowentityresolution:GetMatchingWorkflowentityresolution:UntagResourceevents:PutRuleevents:DeleteRuleevents:PutTargetsevents:RemoveTargetsevents:ListTargetsByRuleentityresolution:ListMatchingWorkflowsentityresolution:GetMatchingWorkflowentityresolution:UpdateMatchingWorkflowentityresolution:ListTagsForResourceentityresolution:TagResourceentityresolution:UntagResourceiam:PassRolekms:CreateGrantkms:DescribeKeyOur 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