Class CfnIdMappingWorkflowProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.entityresolution.CfnIdMappingWorkflowProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIdMappingWorkflowProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdMappingWorkflowProps
@Stability(Stable)
@Internal
public static final class CfnIdMappingWorkflowProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdMappingWorkflowProps
An implementation for
CfnIdMappingWorkflowProps
-
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.CfnIdMappingWorkflowProps
CfnIdMappingWorkflowProps.Builder, CfnIdMappingWorkflowProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIdMappingWorkflowProps.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
A description of the workflow.final Object
An object which defines the ID mapping technique and any additional configurations.final Object
A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.final Object
A list ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.final String
The Amazon Resource Name (ARN) of the IAM role.getTags()
The tags used to organize, track, or control access for this resource.final String
The name of the workflow.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 theCfnIdMappingWorkflowProps.Builder
.
-
-
Method Details
-
getIdMappingTechniques
Description copied from interface:CfnIdMappingWorkflowProps
An object which defines the ID mapping technique and any additional configurations.- Specified by:
getIdMappingTechniques
in interfaceCfnIdMappingWorkflowProps
- See Also:
-
getInputSourceConfig
Description copied from interface:CfnIdMappingWorkflowProps
A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.- Specified by:
getInputSourceConfig
in interfaceCfnIdMappingWorkflowProps
- See Also:
-
getRoleArn
Description copied from interface:CfnIdMappingWorkflowProps
The Amazon Resource Name (ARN) of the IAM role.AWS Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
- Specified by:
getRoleArn
in interfaceCfnIdMappingWorkflowProps
- See Also:
-
getWorkflowName
Description copied from interface:CfnIdMappingWorkflowProps
The name of the workflow.There can't be multiple
IdMappingWorkflows
with the same name.- Specified by:
getWorkflowName
in interfaceCfnIdMappingWorkflowProps
- See Also:
-
getDescription
Description copied from interface:CfnIdMappingWorkflowProps
A description of the workflow.- Specified by:
getDescription
in interfaceCfnIdMappingWorkflowProps
- See Also:
-
getOutputSourceConfig
Description copied from interface:CfnIdMappingWorkflowProps
A list ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.- Specified by:
getOutputSourceConfig
in interfaceCfnIdMappingWorkflowProps
- See Also:
-
getTags
Description copied from interface:CfnIdMappingWorkflowProps
The tags used to organize, track, or control access for this resource.- Specified by:
getTags
in interfaceCfnIdMappingWorkflowProps
- 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()
-