Class CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty
CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty
-
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.IdMappingRuleBasedPropertiesProperty
CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty.Builder, CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty.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
The comparison type.final String
The type of matching record that is allowed to be used in an ID mapping workflow.final String
The set of rules you can use in an ID mapping workflow.final Object
getRules()
The rules that can be used for ID mapping.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.IdMappingRuleBasedPropertiesProperty.Builder
.
-
-
Method Details
-
getAttributeMatchingModel
Description copied from interface:CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty
The comparison type. You can either chooseONE_TO_ONE
orMANY_TO_MANY
as theattributeMatchingModel
.If you choose
MANY_TO_MANY
, the system can match attributes across the sub-types of an attribute type. For example, if the value of theEmail
field of Profile A matches the value of theBusinessEmail
field of Profile B, the two profiles are matched on theEmail
attribute type.If you choose
ONE_TO_ONE
, the system can only match attributes if the sub-types are an exact match. For example, for theEmail
attribute type, the system will only consider it a match if the value of theEmail
field of Profile A matches the value of theEmail
field of Profile B.- Specified by:
getAttributeMatchingModel
in interfaceCfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty
- See Also:
-
getRecordMatchingModel
Description copied from interface:CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty
The type of matching record that is allowed to be used in an ID mapping workflow.If the value is set to
ONE_SOURCE_TO_ONE_TARGET
, only one record in the source can be matched to the same record in the target.If the value is set to
MANY_SOURCE_TO_ONE_TARGET
, multiple records in the source can be matched to one record in the target.- Specified by:
getRecordMatchingModel
in interfaceCfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty
- See Also:
-
getRuleDefinitionType
Description copied from interface:CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty
The set of rules you can use in an ID mapping workflow.The limitations specified for the source or target to define the match rules must be compatible.
- Specified by:
getRuleDefinitionType
in interfaceCfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty
- See Also:
-
getRules
Description copied from interface:CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty
The rules that can be used for ID mapping.- Specified by:
getRules
in interfaceCfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty
- 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()
-