Class CfnSchemaMappingProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.entityresolution.CfnSchemaMappingProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSchemaMappingProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSchemaMappingProps
@Stability(Stable)
@Internal
public static final class CfnSchemaMappingProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSchemaMappingProps
An implementation for
CfnSchemaMappingProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.entityresolution.CfnSchemaMappingProps
CfnSchemaMappingProps.Builder, CfnSchemaMappingProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSchemaMappingProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSchemaMappingProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringA description of the schema.final ObjectA list ofMappedInputFields.final StringThe name of the schema.getTags()The tags used to organize, track, or control access for this resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnSchemaMappingProps.Builder.
-
-
Method Details
-
getMappedInputFields
Description copied from interface:CfnSchemaMappingPropsA list ofMappedInputFields.Each
MappedInputFieldcorresponds to a column the source data table, and contains column name plus additional information that AWS Entity Resolution uses for matching.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnSchemaMapping.SchemaInputAttributeProperty>- Specified by:
getMappedInputFieldsin interfaceCfnSchemaMappingProps- See Also:
-
getSchemaName
Description copied from interface:CfnSchemaMappingPropsThe name of the schema.There can't be multiple
SchemaMappingswith the same name.- Specified by:
getSchemaNamein interfaceCfnSchemaMappingProps- See Also:
-
getDescription
Description copied from interface:CfnSchemaMappingPropsA description of the schema.- Specified by:
getDescriptionin interfaceCfnSchemaMappingProps- See Also:
-
getTags
Description copied from interface:CfnSchemaMappingPropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnSchemaMappingProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-