Class CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty
@Stability(Stable)
@Internal
public static final class CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty
An implementation for
CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty-
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.CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty
CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty.Builder, CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty.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 StringAn AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.final StringThe ARN (Amazon Resource Name) that AWS Entity Resolution generated for theSchemaMapping.final StringgetType()The type of ID namespace.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
protected Jsii$Proxy(CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty.Builder.
-
-
Method Details
-
getInputSourceArn
Description copied from interface:CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourcePropertyAn AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.- Specified by:
getInputSourceArnin interfaceCfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty- See Also:
-
getSchemaArn
Description copied from interface:CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourcePropertyThe ARN (Amazon Resource Name) that AWS Entity Resolution generated for theSchemaMapping.- Specified by:
getSchemaArnin interfaceCfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty- See Also:
-
getType
Description copied from interface:CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourcePropertyThe type of ID namespace. There are two types:SOURCEandTARGET.The
SOURCEcontains configurations forsourceIddata that will be processed in an ID mapping workflow.The
TARGETcontains a configuration oftargetIdwhich allsourceIdswill resolve to.- Specified by:
getTypein interfaceCfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty- 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()
-