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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.entityresolution.CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty
CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty.Builder, CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty.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 StringThe comparison type.final StringThe type of matching record that is allowed to be used in an ID mapping workflow.final StringThe set of rules you can use in an ID mapping workflow.final ObjectgetRules()The rules that can be used for ID mapping.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.IdMappingRuleBasedPropertiesProperty.Builder.
-
-
Method Details
-
getAttributeMatchingModel
Description copied from interface:CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesPropertyThe comparison type. You can either chooseONE_TO_ONEorMANY_TO_MANYas theattributeMatchingModel.If you choose
ONE_TO_ONE, the system can only match attributes if the sub-types are an exact match. For example, for theEmailattribute type, the system will only consider it a match if the value of theEmailfield of Profile A matches the value of theEmailfield of Profile B.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 theEmailfield of Profile A matches the value of theBusinessEmailfield of Profile B, the two profiles are matched on theEmailattribute type.- Specified by:
getAttributeMatchingModelin interfaceCfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty- See Also:
-
getRecordMatchingModel
Description copied from interface:CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesPropertyThe 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:
getRecordMatchingModelin interfaceCfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty- See Also:
-
getRuleDefinitionType
Description copied from interface:CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesPropertyThe 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:
getRuleDefinitionTypein interfaceCfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty- See Also:
-
getRules
Description copied from interface:CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesPropertyThe rules that can be used for ID mapping.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIdMappingWorkflow.RuleProperty>- Specified by:
getRulesin interfaceCfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty- 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()
-