Class CfnSchemaMappingMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnSchemaMappingMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSchemaMappingMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSchemaMappingMixinProps
@Stability(Stable)
@Internal
public static final class CfnSchemaMappingMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSchemaMappingMixinProps
An implementation for
CfnSchemaMappingMixinProps-
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.cfnpropertymixins.services.entityresolution.CfnSchemaMappingMixinProps
CfnSchemaMappingMixinProps.Builder, CfnSchemaMappingMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSchemaMappingMixinProps.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 theCfnSchemaMappingMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnSchemaMappingMixinPropsA description of the schema.- Specified by:
getDescriptionin interfaceCfnSchemaMappingMixinProps- See Also:
-
getMappedInputFields
Description copied from interface:CfnSchemaMappingMixinPropsA 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: '<'eitherIResolvableorCfnSchemaMappingPropsMixin.SchemaInputAttributeProperty>- Specified by:
getMappedInputFieldsin interfaceCfnSchemaMappingMixinProps- See Also:
-
getSchemaName
Description copied from interface:CfnSchemaMappingMixinPropsThe name of the schema.There can't be multiple
SchemaMappingswith the same name.- Specified by:
getSchemaNamein interfaceCfnSchemaMappingMixinProps- See Also:
-
getTags
Description copied from interface:CfnSchemaMappingMixinPropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnSchemaMappingMixinProps- 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()
-