AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::EntityResolution::SchemaMapping

CfnSchemaMapping

Creates a schema mapping, which defines the schema of the input customer records table. The `SchemaMapping` also provides AWS Entity Resolution with some metadata about the table, such as the attribute types of the columns and which columns to match on.

Import

import { CfnSchemaMapping } from 'aws-cdk-lib/aws-entityresolution';

Or use the module namespace:

import * as entityresolution from 'aws-cdk-lib/aws-entityresolution';
// entityresolution.CfnSchemaMapping

Properties

Configuration passed to the constructor as CfnSchemaMappingProps.

mappedInputFieldsRequired
IResolvable | IResolvable | SchemaInputAttributeProperty[]

A list of `MappedInputFields` . Each `MappedInputField` corresponds to a column the source data table, and contains column name plus additional information that AWS Entity Resolution uses for matching.

schemaNameRequired
string

The name of the schema. There can't be multiple `SchemaMappings` with the same name.

descriptionOptional
string

A description of the schema.

tagsOptional
CfnTag[]

The tags used to organize, track, or control access for this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-entityresolution
CFN TypeAWS::EntityResolution::SchemaMapping
Properties4

External Links