Class CfnMatchingWorkflow
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow
- All Implemented Interfaces:
IInspectable,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-06T23:25:10.218Z")
@Stability(Stable)
public class CfnMatchingWorkflow
extends CfnResource
implements IInspectable, ITaggableV2
Creates a
MatchingWorkflow object which stores the configuration of the data processing job to be run.
It is important to note that there should not be a pre-existing MatchingWorkflow with the same name. To modify an existing workflow, utilize the UpdateMatchingWorkflow API.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.entityresolution.*;
CfnMatchingWorkflow cfnMatchingWorkflow = CfnMatchingWorkflow.Builder.create(this, "MyCfnMatchingWorkflow")
.inputSourceConfig(List.of(InputSourceProperty.builder()
.inputSourceArn("inputSourceArn")
.schemaArn("schemaArn")
// the properties below are optional
.applyNormalization(false)
.build()))
.outputSourceConfig(List.of(OutputSourceProperty.builder()
.output(List.of(OutputAttributeProperty.builder()
.name("name")
// the properties below are optional
.hashed(false)
.build()))
.outputS3Path("outputS3Path")
// the properties below are optional
.applyNormalization(false)
.kmsArn("kmsArn")
.build()))
.resolutionTechniques(ResolutionTechniquesProperty.builder()
.providerProperties(ProviderPropertiesProperty.builder()
.providerServiceArn("providerServiceArn")
// the properties below are optional
.intermediateSourceConfiguration(IntermediateSourceConfigurationProperty.builder()
.intermediateS3Path("intermediateS3Path")
.build())
.providerConfiguration(Map.of(
"providerConfigurationKey", "providerConfiguration"))
.build())
.resolutionType("resolutionType")
.ruleBasedProperties(RuleBasedPropertiesProperty.builder()
.attributeMatchingModel("attributeMatchingModel")
.rules(List.of(RuleProperty.builder()
.matchingKeys(List.of("matchingKeys"))
.ruleName("ruleName")
.build()))
// the properties below are optional
.matchPurpose("matchPurpose")
.build())
.build())
.roleArn("roleArn")
.workflowName("workflowName")
// the properties below are optional
.description("description")
.incrementalRunConfig(IncrementalRunConfigProperty.builder()
.incrementalRunType("incrementalRunType")
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnMatchingWorkflow.static interfaceAn object which defines an incremental run type and has onlyincrementalRunTypeas a field.static interfaceAn object containingInputSourceARN,SchemaName, andApplyNormalization.static interfaceThe Amazon S3 location that temporarily stores your data while it processes.static interfaceA list ofOutputAttributeobjects, each of which have the fieldsNameandHashed.static interfaceA list ofOutputAttributeobjects, each of which have the fieldsNameandHashed.static interfaceAn object containing theproviderServiceARN,intermediateSourceConfiguration, andproviderConfiguration.static interfaceAn object which defines theresolutionTypeand theruleBasedProperties.static interfaceAn object which defines the list of matching rules to run in a matching workflow.static interfaceAn object containingRuleName, andMatchingKeys.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnMatchingWorkflow(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnMatchingWorkflow(software.amazon.jsii.JsiiObjectRef objRef) CfnMatchingWorkflow(software.constructs.Construct scope, String id, CfnMatchingWorkflowProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe time of this MatchingWorkflow got created.The time of this MatchingWorkflow got last updated at.The default MatchingWorkflow arn.Tag Manager which manages the tags for this resource.A description of the workflow.An object which defines an incremental run type and has onlyincrementalRunTypeas a field.A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.A list ofOutputSourceobjects, each of which contains fieldsOutputS3Path,ApplyNormalization, andOutput.An object which defines theresolutionTypeand theruleBasedProperties.The Amazon Resource Name (ARN) of the IAM role.getTags()The tags used to organize, track, or control access for this resource.The name of the workflow.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetDescription(String value) A description of the workflow.voidAn object which defines an incremental run type and has onlyincrementalRunTypeas a field.voidAn object which defines an incremental run type and has onlyincrementalRunTypeas a field.voidsetInputSourceConfig(List<Object> value) A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.voidsetInputSourceConfig(IResolvable value) A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.voidsetOutputSourceConfig(List<Object> value) A list ofOutputSourceobjects, each of which contains fieldsOutputS3Path,ApplyNormalization, andOutput.voidsetOutputSourceConfig(IResolvable value) A list ofOutputSourceobjects, each of which contains fieldsOutputS3Path,ApplyNormalization, andOutput.voidAn object which defines theresolutionTypeand theruleBasedProperties.voidAn object which defines theresolutionTypeand theruleBasedProperties.voidsetRoleArn(String value) The Amazon Resource Name (ARN) of the IAM role.voidThe tags used to organize, track, or control access for this resource.voidsetWorkflowName(String value) The name of the workflow.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnMatchingWorkflow
protected CfnMatchingWorkflow(software.amazon.jsii.JsiiObjectRef objRef) -
CfnMatchingWorkflow
protected CfnMatchingWorkflow(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnMatchingWorkflow
@Stability(Stable) public CfnMatchingWorkflow(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnMatchingWorkflowProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrCreatedAt
The time of this MatchingWorkflow got created. -
getAttrUpdatedAt
The time of this MatchingWorkflow got last updated at. -
getAttrWorkflowArn
The default MatchingWorkflow arn. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getInputSourceConfig
A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName. -
setInputSourceConfig
A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName. -
setInputSourceConfig
A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName. -
getOutputSourceConfig
A list ofOutputSourceobjects, each of which contains fieldsOutputS3Path,ApplyNormalization, andOutput. -
setOutputSourceConfig
A list ofOutputSourceobjects, each of which contains fieldsOutputS3Path,ApplyNormalization, andOutput. -
setOutputSourceConfig
A list ofOutputSourceobjects, each of which contains fieldsOutputS3Path,ApplyNormalization, andOutput. -
getResolutionTechniques
An object which defines theresolutionTypeand theruleBasedProperties. -
setResolutionTechniques
An object which defines theresolutionTypeand theruleBasedProperties. -
setResolutionTechniques
@Stability(Stable) public void setResolutionTechniques(@NotNull CfnMatchingWorkflow.ResolutionTechniquesProperty value) An object which defines theresolutionTypeand theruleBasedProperties. -
getRoleArn
The Amazon Resource Name (ARN) of the IAM role. -
setRoleArn
The Amazon Resource Name (ARN) of the IAM role. -
getWorkflowName
The name of the workflow. -
setWorkflowName
The name of the workflow. -
getDescription
A description of the workflow. -
setDescription
A description of the workflow. -
getIncrementalRunConfig
An object which defines an incremental run type and has onlyincrementalRunTypeas a field. -
setIncrementalRunConfig
An object which defines an incremental run type and has onlyincrementalRunTypeas a field. -
setIncrementalRunConfig
@Stability(Stable) public void setIncrementalRunConfig(@Nullable CfnMatchingWorkflow.IncrementalRunConfigProperty value) An object which defines an incremental run type and has onlyincrementalRunTypeas a field. -
getTags
The tags used to organize, track, or control access for this resource. -
setTags
The tags used to organize, track, or control access for this resource.
-