AWS::EntityResolution::IdMappingWorkflow IdMappingWorkflowInputSource - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::EntityResolution::IdMappingWorkflow IdMappingWorkflowInputSource

An object containing InputSourceARN and SchemaName.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "InputSourceARN" : String, "SchemaArn" : String }

YAML

InputSourceARN: String SchemaArn: String

Properties

InputSourceARN

An Amazon Gluetable ARN for the input source table.

Required: Yes

Type: String

Pattern: arn:(aws|aws-us-gov|aws-cn):.*:.*:[0-9]+:.*$

Update requires: No interruption

SchemaArn

The ARN (Amazon Resource Name) that Amazon Entity Resolution generated for the SchemaMapping.

Required: Yes

Type: String

Pattern: ^arn:(aws|aws-us-gov|aws-cn):entityresolution:.*:[0-9]+:(schemamapping/.*)$

Update requires: No interruption