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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.entityresolution.CfnIdMappingWorkflowProps
CfnIdMappingWorkflowProps.Builder, CfnIdMappingWorkflowProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdMappingWorkflowProps.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 StringA description of the workflow.final ObjectReturns union: eitherIResolvableorCfnIdMappingWorkflow.IdMappingIncrementalRunConfigPropertyfinal ObjectAn object which defines the ID mapping technique and any additional configurations.final ObjectA list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.final ObjectA list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.final StringThe Amazon Resource Name (ARN) of the IAM role.getTags()The tags used to organize, track, or control access for this resource.final StringThe name of the workflow.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 theCfnIdMappingWorkflowProps.Builder.
-
-
Method Details
-
getIdMappingTechniques
Description copied from interface:CfnIdMappingWorkflowPropsAn object which defines the ID mapping technique and any additional configurations.Returns union: either
IResolvableorCfnIdMappingWorkflow.IdMappingTechniquesProperty- Specified by:
getIdMappingTechniquesin interfaceCfnIdMappingWorkflowProps- See Also:
-
getInputSourceConfig
Description copied from interface:CfnIdMappingWorkflowPropsA list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty>- Specified by:
getInputSourceConfigin interfaceCfnIdMappingWorkflowProps- See Also:
-
getRoleArn
Description copied from interface:CfnIdMappingWorkflowPropsThe 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:
getRoleArnin interfaceCfnIdMappingWorkflowProps- See Also:
-
getWorkflowName
Description copied from interface:CfnIdMappingWorkflowPropsThe name of the workflow.There can't be multiple
IdMappingWorkflowswith the same name.- Specified by:
getWorkflowNamein interfaceCfnIdMappingWorkflowProps- See Also:
-
getDescription
Description copied from interface:CfnIdMappingWorkflowPropsA description of the workflow.- Specified by:
getDescriptionin interfaceCfnIdMappingWorkflowProps- See Also:
-
getIdMappingIncrementalRunConfig
Description copied from interface:CfnIdMappingWorkflowPropsReturns union: eitherIResolvableorCfnIdMappingWorkflow.IdMappingIncrementalRunConfigProperty- Specified by:
getIdMappingIncrementalRunConfigin interfaceCfnIdMappingWorkflowProps- See Also:
-
getOutputSourceConfig
Description copied from interface:CfnIdMappingWorkflowPropsA list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIdMappingWorkflow.IdMappingWorkflowOutputSourceProperty>- Specified by:
getOutputSourceConfigin interfaceCfnIdMappingWorkflowProps- See Also:
-
getTags
Description copied from interface:CfnIdMappingWorkflowPropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnIdMappingWorkflowProps- 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()
-