Class CfnIdNamespace.NamespaceRuleBasedPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdNamespace.NamespaceRuleBasedPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdNamespace.NamespaceRuleBasedPropertiesProperty
CfnIdNamespace.NamespaceRuleBasedPropertiesProperty-
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.CfnIdNamespace.NamespaceRuleBasedPropertiesProperty
CfnIdNamespace.NamespaceRuleBasedPropertiesProperty.Builder, CfnIdNamespace.NamespaceRuleBasedPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdNamespace.NamespaceRuleBasedPropertiesProperty.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.The type of matching record that is allowed to be used in an ID mapping workflow.The sets of rules you can use in an ID mapping workflow.final ObjectgetRules()The rules for the 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 theCfnIdNamespace.NamespaceRuleBasedPropertiesProperty.Builder.
-
-
Method Details
-
getAttributeMatchingModel
Description copied from interface:CfnIdNamespace.NamespaceRuleBasedPropertiesPropertyThe 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 ofBusinessEmailfield of Profile B, the two profiles are matched on theEmailattribute type.- Specified by:
getAttributeMatchingModelin interfaceCfnIdNamespace.NamespaceRuleBasedPropertiesProperty- See Also:
-
getRecordMatchingModels
Description copied from interface:CfnIdNamespace.NamespaceRuleBasedPropertiesPropertyThe 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 is matched to one record in the target.If the value is set to
MANY_SOURCE_TO_ONE_TARGET, all matching records in the source are matched to one record in the target.- Specified by:
getRecordMatchingModelsin interfaceCfnIdNamespace.NamespaceRuleBasedPropertiesProperty- See Also:
-
getRuleDefinitionTypes
Description copied from interface:CfnIdNamespace.NamespaceRuleBasedPropertiesPropertyThe sets of rules you can use in an ID mapping workflow.The limitations specified for the source and target must be compatible.
- Specified by:
getRuleDefinitionTypesin interfaceCfnIdNamespace.NamespaceRuleBasedPropertiesProperty- See Also:
-
getRules
Description copied from interface:CfnIdNamespace.NamespaceRuleBasedPropertiesPropertyThe rules for the ID namespace.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIdNamespace.RuleProperty>- Specified by:
getRulesin interfaceCfnIdNamespace.NamespaceRuleBasedPropertiesProperty- 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()
-