AWS Fundamentals Logo
AWS Fundamentals
AWS::EntityResolution::IdMappingWorkflow

EntityResolution IdMappingWorkflow

IdMappingWorkflow defined in AWS Entity Resolution service

Properties

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

Filter:
PropertyTypeFlags
IdMappingTechniques
IdMappingTechniques
Required
InputSourceConfig
Array<IdMappingWorkflowInputSource>
Required
RoleArn
string
Required
WorkflowName
string
RequiredCreate-only
Description
string
IdMappingIncrementalRunConfig
IdMappingIncrementalRunConfig
OutputSourceConfig
Array<IdMappingWorkflowOutputSource>
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::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"

Required IAM Permissions

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

read

entityresolution:GetIdMappingWorkflowentityresolution:ListTagsForResource

create

entityresolution:CreateIdMappingWorkflowentityresolution:GetIdMappingWorkflowentityresolution:TagResourcekms:CreateGrantkms:DescribeKeyiam:PassRole

update

entityresolution:GetIdMappingWorkflowentityresolution:UpdateIdMappingWorkflowentityresolution:ListTagsForResourceentityresolution:TagResourceentityresolution:UntagResourceiam:PassRolekms:CreateGrantkms:DescribeKey

list

entityresolution:ListIdMappingWorkflows

delete

entityresolution:DeleteIdMappingWorkflowentityresolution:GetIdMappingWorkflowentityresolution:UntagResource

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
Required4
TaggingSupported
Primary IDWorkflowName

Supported Operations

ReadCreateUpdateListDelete

Immutable After Creation

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

WorkflowName

External Links