Class CfnMatchingWorkflowMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMatchingWorkflowMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMatchingWorkflowMixinProps
CfnMatchingWorkflowMixinProps-
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.cfnpropertymixins.services.entityresolution.CfnMatchingWorkflowMixinProps
CfnMatchingWorkflowMixinProps.Builder, CfnMatchingWorkflowMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMatchingWorkflowMixinProps.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 theCfnMatchingWorkflowMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnMatchingWorkflowMixinPropsA description of the workflow.- Specified by:
getDescriptionin interfaceCfnMatchingWorkflowMixinProps- See Also:
-
getIncrementalRunConfig
Description copied from interface:CfnMatchingWorkflowMixinPropsOptional.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
IResolvableorCfnMatchingWorkflowPropsMixin.IncrementalRunConfigProperty- Specified by:
getIncrementalRunConfigin interfaceCfnMatchingWorkflowMixinProps- See Also:
-
getInputSourceConfig
Description copied from interface:CfnMatchingWorkflowMixinPropsA list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMatchingWorkflowPropsMixin.InputSourceProperty>- Specified by:
getInputSourceConfigin interfaceCfnMatchingWorkflowMixinProps- See Also:
-
getOutputSourceConfig
Description copied from interface:CfnMatchingWorkflowMixinPropsA list ofOutputSourceobjects, each of which contains fieldsoutputS3Path,applyNormalization,KMSArn, andoutput.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMatchingWorkflowPropsMixin.OutputSourceProperty>- Specified by:
getOutputSourceConfigin interfaceCfnMatchingWorkflowMixinProps- See Also:
-
getResolutionTechniques
Description copied from interface:CfnMatchingWorkflowMixinPropsAn object which defines theresolutionTypeand theruleBasedProperties.Returns union: either
IResolvableorCfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty- Specified by:
getResolutionTechniquesin interfaceCfnMatchingWorkflowMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnMatchingWorkflowMixinPropsThe 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 interfaceCfnMatchingWorkflowMixinProps- See Also:
-
getTags
Description copied from interface:CfnMatchingWorkflowMixinPropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnMatchingWorkflowMixinProps- See Also:
-
getWorkflowName
Description copied from interface:CfnMatchingWorkflowMixinPropsThe name of the workflow.There can't be multiple
MatchingWorkflowswith the same name.- Specified by:
getWorkflowNamein interfaceCfnMatchingWorkflowMixinProps- 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()
-