AWS::EntityResolution::SchemaMappingSchemaMapping defined in AWS Entity Resolution service
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
MappedInputFields | array | Required |
SchemaName | string | RequiredCreate-only |
Description | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | - |
HasWorkflows | boolean | - |
SchemaArn | string | - |
UpdatedAt | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
entityresolution:CreateSchemaMappingentityresolution:GetSchemaMappingentityresolution:TagResourceentityresolution:GetSchemaMappingentityresolution:ListTagsForResourceentityresolution:DeleteSchemaMappingentityresolution:GetSchemaMappingentityresolution:GetSchemaMappingentityresolution:UpdateSchemaMappingentityresolution:ListTagsForResourceentityresolution:TagResourceentityresolution:UntagResourceentityresolution:ListSchemaMappingsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSchemaNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SchemaName