Class CfnIdNamespaceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.entityresolution.CfnIdNamespaceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIdNamespaceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdNamespaceProps
@Stability(Stable)
@Internal
public static final class CfnIdNamespaceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdNamespaceProps
An implementation for
CfnIdNamespaceProps-
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.CfnIdNamespaceProps
CfnIdNamespaceProps.Builder, CfnIdNamespaceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnIdNamespaceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdNamespaceProps.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 description of the ID namespace.final ObjectDetermines the properties ofIdMappingWorflowwhere thisIdNamespacecan be used as aSourceor aTarget.final StringThe name of the ID namespace.final ObjectA list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.final StringThe Amazon Resource Name (ARN) of the IAM role.getTags()The tags used to organize, track, or control access for this resource.final StringgetType()The type of 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 theCfnIdNamespaceProps.Builder.
-
-
Method Details
-
getIdNamespaceName
Description copied from interface:CfnIdNamespacePropsThe name of the ID namespace.- Specified by:
getIdNamespaceNamein interfaceCfnIdNamespaceProps- See Also:
-
getType
Description copied from interface:CfnIdNamespacePropsThe type of ID namespace. There are two types:SOURCEandTARGET.The
SOURCEcontains configurations forsourceIddata that will be processed in an ID mapping workflow.The
TARGETcontains a configuration oftargetIdwhich allsourceIdswill resolve to.- Specified by:
getTypein interfaceCfnIdNamespaceProps- See Also:
-
getDescription
Description copied from interface:CfnIdNamespacePropsThe description of the ID namespace.- Specified by:
getDescriptionin interfaceCfnIdNamespaceProps- See Also:
-
getIdMappingWorkflowProperties
Description copied from interface:CfnIdNamespacePropsDetermines the properties ofIdMappingWorflowwhere thisIdNamespacecan be used as aSourceor aTarget.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIdNamespace.IdNamespaceIdMappingWorkflowPropertiesProperty>- Specified by:
getIdMappingWorkflowPropertiesin interfaceCfnIdNamespaceProps- See Also:
-
getInputSourceConfig
Description copied from interface:CfnIdNamespacePropsA list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIdNamespace.IdNamespaceInputSourceProperty>- Specified by:
getInputSourceConfigin interfaceCfnIdNamespaceProps- See Also:
-
getRoleArn
Description copied from interface:CfnIdNamespacePropsThe Amazon Resource Name (ARN) of the IAM role.AWS Entity Resolution assumes this role to access the resources defined in this
IdNamespaceon your behalf as part of the workflow run.- Specified by:
getRoleArnin interfaceCfnIdNamespaceProps- See Also:
-
getTags
Description copied from interface:CfnIdNamespacePropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnIdNamespaceProps- 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()
-