Class CfnMatchingWorkflowProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMatchingWorkflowProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMatchingWorkflowProps
CfnMatchingWorkflowProps-
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.CfnMatchingWorkflowProps
CfnMatchingWorkflowProps.Builder, CfnMatchingWorkflowProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMatchingWorkflowProps.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 ObjectOptional.final ObjectA list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.final ObjectA list ofOutputSourceobjects, each of which contains fieldsoutputS3Path,applyNormalization,KMSArn, andoutput.final ObjectAn object which defines theresolutionTypeand theruleBasedProperties.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 theCfnMatchingWorkflowProps.Builder.
-
-
Method Details
-
getInputSourceConfig
Description copied from interface:CfnMatchingWorkflowPropsA list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMatchingWorkflow.InputSourceProperty>- Specified by:
getInputSourceConfigin interfaceCfnMatchingWorkflowProps- See Also:
-
getOutputSourceConfig
Description copied from interface:CfnMatchingWorkflowPropsA list ofOutputSourceobjects, each of which contains fieldsoutputS3Path,applyNormalization,KMSArn, andoutput.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMatchingWorkflow.OutputSourceProperty>- Specified by:
getOutputSourceConfigin interfaceCfnMatchingWorkflowProps- See Also:
-
getResolutionTechniques
Description copied from interface:CfnMatchingWorkflowPropsAn object which defines theresolutionTypeand theruleBasedProperties.Returns union: either
IResolvableorCfnMatchingWorkflow.ResolutionTechniquesProperty- Specified by:
getResolutionTechniquesin interfaceCfnMatchingWorkflowProps- See Also:
-
getRoleArn
Description copied from interface:CfnMatchingWorkflowPropsThe 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 interfaceCfnMatchingWorkflowProps- See Also:
-
getWorkflowName
Description copied from interface:CfnMatchingWorkflowPropsThe name of the workflow.There can't be multiple
MatchingWorkflowswith the same name.- Specified by:
getWorkflowNamein interfaceCfnMatchingWorkflowProps- See Also:
-
getDescription
Description copied from interface:CfnMatchingWorkflowPropsA description of the workflow.- Specified by:
getDescriptionin interfaceCfnMatchingWorkflowProps- See Also:
-
getIncrementalRunConfig
Description copied from interface:CfnMatchingWorkflowPropsOptional.An object that defines the incremental run type. This object contains only the
incrementalRunTypefield, which appears as "Automatic" in the console.For workflows where
resolutionTypeisML_MATCHINGorPROVIDER, incremental processing is not supported.Returns union: either
IResolvableorCfnMatchingWorkflow.IncrementalRunConfigProperty- Specified by:
getIncrementalRunConfigin interfaceCfnMatchingWorkflowProps- See Also:
-
getTags
Description copied from interface:CfnMatchingWorkflowPropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnMatchingWorkflowProps- 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()
-