AWS Fundamentals Logo
AWS Fundamentals
AWS::EntityResolution::MatchingWorkflow

EntityResolution MatchingWorkflow

MatchingWorkflow defined in AWS Entity Resolution service

Properties

8 configurable properties. 5 required. Click a row to see details.

Filter:
PropertyTypeFlags
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>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstring-
UpdatedAtstring-
WorkflowArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

entityresolution:CreateMatchingWorkflowentityresolution:GetMatchingWorkflowentityresolution:TagResourcekms:CreateGrantkms:DescribeKeyiam:PassRoleevents:PutRuleevents:DeleteRule

read

entityresolution:GetMatchingWorkflowentityresolution:ListTagsForResource

delete

entityresolution:DeleteMatchingWorkflowentityresolution:GetMatchingWorkflowentityresolution:UntagResourceevents:PutRuleevents:DeleteRuleevents:PutTargetsevents:RemoveTargetsevents:ListTargetsByRule

list

entityresolution:ListMatchingWorkflows

update

entityresolution:GetMatchingWorkflowentityresolution:UpdateMatchingWorkflowentityresolution:ListTagsForResourceentityresolution:TagResourceentityresolution:UntagResourceiam:PassRolekms:CreateGrantkms:DescribeKey

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceEntityResolution
Properties11
Required5
TaggingSupported
Primary IDWorkflowName

Supported Operations

CreateReadDeleteListUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

WorkflowName

External Links