Class CfnIdMappingWorkflowPropsMixin.IdMappingRuleBasedPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdMappingWorkflowPropsMixin.IdMappingRuleBasedPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdMappingWorkflowPropsMixin.IdMappingRuleBasedPropertiesProperty
CfnIdMappingWorkflowPropsMixin.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.mixins.preview.services.entityresolution.mixins.CfnIdMappingWorkflowPropsMixin.IdMappingRuleBasedPropertiesProperty
CfnIdMappingWorkflowPropsMixin.IdMappingRuleBasedPropertiesProperty.Builder, CfnIdMappingWorkflowPropsMixin.IdMappingRuleBasedPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdMappingWorkflowPropsMixin.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
protected Jsii$Proxy(CfnIdMappingWorkflowPropsMixin.IdMappingRuleBasedPropertiesProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdMappingWorkflowPropsMixin.IdMappingRuleBasedPropertiesProperty.Builder.
-
-
Method Details
-
getAttributeMatchingModel
Description copied from interface:CfnIdMappingWorkflowPropsMixin.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 interfaceCfnIdMappingWorkflowPropsMixin.IdMappingRuleBasedPropertiesProperty- See Also:
-
getRecordMatchingModel
Description copied from interface:CfnIdMappingWorkflowPropsMixin.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 interfaceCfnIdMappingWorkflowPropsMixin.IdMappingRuleBasedPropertiesProperty- See Also:
-
getRuleDefinitionType
Description copied from interface:CfnIdMappingWorkflowPropsMixin.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 interfaceCfnIdMappingWorkflowPropsMixin.IdMappingRuleBasedPropertiesProperty- See Also:
-
getRules
Description copied from interface:CfnIdMappingWorkflowPropsMixin.IdMappingRuleBasedPropertiesPropertyThe rules that can be used for ID mapping.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIdMappingWorkflowPropsMixin.RuleProperty>- Specified by:
getRulesin interfaceCfnIdMappingWorkflowPropsMixin.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()
-