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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.entityresolution.CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty
CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.Builder, CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.final String
The ARN (Amazon Resource Name) that AWS Entity Resolution generated for theSchemaMapping
.final String
getType()
The type of ID namespace.final int
hashCode()
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.IdMappingWorkflowInputSourceProperty
An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.- Specified by:
getInputSourceArn
in interfaceCfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty
- See Also:
-
getSchemaArn
Description copied from interface:CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty
The ARN (Amazon Resource Name) that AWS Entity Resolution generated for theSchemaMapping
.- Specified by:
getSchemaArn
in interfaceCfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty
- See Also:
-
getType
Description copied from interface:CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty
The type of ID namespace. There are two types:SOURCE
andTARGET
.The
SOURCE
contains configurations forsourceId
data that will be processed in an ID mapping workflow.The
TARGET
contains a configuration oftargetId
which allsourceIds
will resolve to.- Specified by:
getType
in interfaceCfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-