AWS Fundamentals Logo
AWS Fundamentals
AWS::EntityResolution::SchemaMapping

EntityResolution SchemaMapping

SchemaMapping defined in AWS Entity Resolution service

Properties

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

Filter:
PropertyTypeFlags
MappedInputFields
array
Required
SchemaName
string
RequiredCreate-only
Description
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
CreatedAtstring-
HasWorkflowsboolean-
SchemaArnstring-
UpdatedAtstring-

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::SchemaMapping

Resources:
  MyResource:
    Type: AWS::EntityResolution::SchemaMapping
    Properties:
      SchemaName: "my-schemaname"
      MappedInputFields: "value"
      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:CreateSchemaMappingentityresolution:GetSchemaMappingentityresolution:TagResource

read

entityresolution:GetSchemaMappingentityresolution:ListTagsForResource

delete

entityresolution:DeleteSchemaMappingentityresolution:GetSchemaMapping

update

entityresolution:GetSchemaMappingentityresolution:UpdateSchemaMappingentityresolution:ListTagsForResourceentityresolution:TagResourceentityresolution:UntagResource

list

entityresolution:ListSchemaMappings

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
Properties8
Required2
TaggingSupported
Primary IDSchemaName

Supported Operations

CreateReadDeleteUpdateList

Immutable After Creation

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

SchemaName

External Links