Class CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.entityresolution.CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty
@Stability(Stable)
@Internal
public static final class CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty
An implementation for
CfnIdMappingWorkflow.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.services.entityresolution.CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty
CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.Builder, CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdMappingWorkflow.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
Constructor that initializes the object based on literal property values passed by theCfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.Builder.
-
-
Method Details
-
getInputSourceArn
Description copied from interface:CfnIdMappingWorkflow.IdMappingWorkflowInputSourcePropertyAn AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.- Specified by:
getInputSourceArnin interfaceCfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty- See Also:
-
getSchemaArn
Description copied from interface:CfnIdMappingWorkflow.IdMappingWorkflowInputSourcePropertyThe ARN (Amazon Resource Name) that AWS Entity Resolution generated for theSchemaMapping.- Specified by:
getSchemaArnin interfaceCfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty- See Also:
-
getType
Description copied from interface:CfnIdMappingWorkflow.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 interfaceCfnIdMappingWorkflow.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()
-