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-12-17T21:37:31.371Z")
@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
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnMatchingWorkflow
.static interface
An object which defines an incremental run type and has onlyincrementalRunType
as a field.static interface
An object containingInputSourceARN
,SchemaName
, andApplyNormalization
.static interface
The Amazon S3 location that temporarily stores your data while it processes.static interface
A list ofOutputAttribute
objects, each of which have the fieldsName
andHashed
.static interface
A list ofOutputAttribute
objects, each of which have the fieldsName
andHashed
.static interface
An object containing theproviderServiceARN
,intermediateSourceConfiguration
, andproviderConfiguration
.static interface
An object which defines theresolutionType
and theruleBasedProperties
.static interface
An object which defines the list of matching rules to run in a matching workflow.static interface
An object containingRuleName
, andMatchingKeys
.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnMatchingWorkflow
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnMatchingWorkflow
(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 onlyincrementalRunType
as a field.A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
.An object which defines theresolutionType
and 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.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setDescription
(String value) A description of the workflow.void
An object which defines an incremental run type and has onlyincrementalRunType
as a field.void
An object which defines an incremental run type and has onlyincrementalRunType
as a field.void
setInputSourceConfig
(List<Object> value) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.void
setInputSourceConfig
(IResolvable value) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.void
setOutputSourceConfig
(List<Object> value) A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
.void
setOutputSourceConfig
(IResolvable value) A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
.void
An object which defines theresolutionType
and theruleBasedProperties
.void
An object which defines theresolutionType
and theruleBasedProperties
.void
setRoleArn
(String value) The Amazon Resource Name (ARN) of the IAM role.void
The tags used to organize, track, or control access for this resource.void
setWorkflowName
(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, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
inspect
in 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:
renderProperties
in 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:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getInputSourceConfig
A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
. -
setInputSourceConfig
A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
. -
setInputSourceConfig
A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
. -
getOutputSourceConfig
A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
. -
setOutputSourceConfig
A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
. -
setOutputSourceConfig
A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
. -
getResolutionTechniques
An object which defines theresolutionType
and theruleBasedProperties
. -
setResolutionTechniques
An object which defines theresolutionType
and theruleBasedProperties
. -
setResolutionTechniques
@Stability(Stable) public void setResolutionTechniques(@NotNull CfnMatchingWorkflow.ResolutionTechniquesProperty value) An object which defines theresolutionType
and 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 onlyincrementalRunType
as a field. -
setIncrementalRunConfig
An object which defines an incremental run type and has onlyincrementalRunType
as a field. -
setIncrementalRunConfig
@Stability(Stable) public void setIncrementalRunConfig(@Nullable CfnMatchingWorkflow.IncrementalRunConfigProperty value) An object which defines an incremental run type and has onlyincrementalRunType
as 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.
-