AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

An object containing InputSourceARN, SchemaName, and ApplyNormalization.

Inheritance Hierarchy

System.Object
  Amazon.EntityResolution.Model.InputSource

Namespace: Amazon.EntityResolution.Model
Assembly: AWSSDK.EntityResolution.dll
Version: 3.x.y.z

Syntax

C#
public class InputSource

The InputSource type exposes the following members

Constructors

NameDescription
Public Method InputSource()

Properties

NameTypeDescription
Public Property ApplyNormalization System.Boolean

Gets and sets the property ApplyNormalization.

Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER, and the data in the input table is in a format of 1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.

Public Property InputSourceARN System.String

Gets and sets the property InputSourceARN.

An Glue table Amazon Resource Name (ARN) for the input source table.

Public Property SchemaName System.String

Gets and sets the property SchemaName.

The name of the schema to be retrieved.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5