Class CfnIdMappingWorkflow
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.CfnIdMappingWorkflow
- All Implemented Interfaces:
IInspectable,ITaggableV2,IIdMappingWorkflowRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:40.128Z")
@Stability(Stable)
public class CfnIdMappingWorkflow
extends CfnResource
implements IInspectable, IIdMappingWorkflowRef, ITaggableV2
Creates an
IdMappingWorkflow object which stores the configuration of the data processing job to be run.
Each IdMappingWorkflow must have a unique workflow name. To modify an existing workflow, use the UpdateIdMappingWorkflow API.
Incremental processing is not supported for ID mapping workflows.
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.*;
CfnIdMappingWorkflow cfnIdMappingWorkflow = CfnIdMappingWorkflow.Builder.create(this, "MyCfnIdMappingWorkflow")
.idMappingTechniques(IdMappingTechniquesProperty.builder()
.idMappingType("idMappingType")
.normalizationVersion("normalizationVersion")
.providerProperties(ProviderPropertiesProperty.builder()
.providerServiceArn("providerServiceArn")
// the properties below are optional
.intermediateSourceConfiguration(IntermediateSourceConfigurationProperty.builder()
.intermediateS3Path("intermediateS3Path")
.build())
.providerConfiguration(Map.of(
"providerConfigurationKey", "providerConfiguration"))
.build())
.ruleBasedProperties(IdMappingRuleBasedPropertiesProperty.builder()
.attributeMatchingModel("attributeMatchingModel")
.recordMatchingModel("recordMatchingModel")
// the properties below are optional
.ruleDefinitionType("ruleDefinitionType")
.rules(List.of(RuleProperty.builder()
.matchingKeys(List.of("matchingKeys"))
.ruleName("ruleName")
.build()))
.build())
.build())
.inputSourceConfig(List.of(IdMappingWorkflowInputSourceProperty.builder()
.inputSourceArn("inputSourceArn")
// the properties below are optional
.schemaArn("schemaArn")
.type("type")
.build()))
.roleArn("roleArn")
.workflowName("workflowName")
// the properties below are optional
.description("description")
.idMappingIncrementalRunConfig(IdMappingIncrementalRunConfigProperty.builder()
.incrementalRunType("incrementalRunType")
.build())
.outputSourceConfig(List.of(IdMappingWorkflowOutputSourceProperty.builder()
.outputS3Path("outputS3Path")
// the properties below are optional
.kmsArn("kmsArn")
.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 forCfnIdMappingWorkflow.static interfaceExample:static interfaceAn object that defines the list of matching rules to run in an ID mapping workflow.static interfaceAn object which defines the ID mapping technique and any additional configurations.static interfaceAn object containinginputSourceARN,schemaName, andtype.static interfaceA list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.static interfaceThe Amazon S3 location that temporarily stores your data while it processes.static interfaceAn object containing theproviderServiceARN,intermediateSourceConfiguration, andproviderConfiguration.static interfaceAn object containing theruleNameandmatchingKeys.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.services.entityresolution.IIdMappingWorkflowRef
IIdMappingWorkflowRef.Jsii$Default, IIdMappingWorkflowRef.Jsii$ProxyNested 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
ConstructorsModifierConstructorDescriptionprotectedCfnIdMappingWorkflow(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnIdMappingWorkflow(software.amazon.jsii.JsiiObjectRef objRef) CfnIdMappingWorkflow(software.constructs.Construct scope, String id, CfnIdMappingWorkflowProps props) -
Method Summary
Modifier and TypeMethodDescriptionstatic IIdMappingWorkflowReffromWorkflowName(software.constructs.Construct scope, String id, String workflowName) Creates a new IIdMappingWorkflowRef from a workflowName.The time of this IdMappingWorkflow got created.The time of this IdMappingWorkflow got last updated at.The default IdMappingWorkflow arn.Tag Manager which manages the tags for this resource.A description of the workflow.Returns union: eitherIResolvableorCfnIdMappingWorkflow.IdMappingIncrementalRunConfigPropertyAn object which defines the ID mapping technique and any additional configurations.A reference to a IdMappingWorkflow resource.A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.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.voidvoidvoidAn object which defines the ID mapping technique and any additional configurations.voidAn object which defines the ID mapping technique and any additional configurations.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 ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.voidsetOutputSourceConfig(IResolvable value) A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.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.constructs.IConstruct
getNodeMethods 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
-
CfnIdMappingWorkflow
protected CfnIdMappingWorkflow(software.amazon.jsii.JsiiObjectRef objRef) -
CfnIdMappingWorkflow
protected CfnIdMappingWorkflow(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnIdMappingWorkflow
@Stability(Stable) public CfnIdMappingWorkflow(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnIdMappingWorkflowProps 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
-
fromWorkflowName
@Stability(Stable) @NotNull public static IIdMappingWorkflowRef fromWorkflowName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String workflowName) Creates a new IIdMappingWorkflowRef from a workflowName.- Parameters:
scope- This parameter is required.id- This parameter is required.workflowName- This parameter is required.
-
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 IdMappingWorkflow got created. -
getAttrUpdatedAt
The time of this IdMappingWorkflow got last updated at. -
getAttrWorkflowArn
The default IdMappingWorkflow arn. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getIdMappingWorkflowRef
A reference to a IdMappingWorkflow resource.- Specified by:
getIdMappingWorkflowRefin interfaceIIdMappingWorkflowRef
-
getIdMappingTechniques
An object which defines the ID mapping technique and any additional configurations.Returns union: either
IResolvableorCfnIdMappingWorkflow.IdMappingTechniquesProperty -
setIdMappingTechniques
An object which defines the ID mapping technique and any additional configurations. -
setIdMappingTechniques
@Stability(Stable) public void setIdMappingTechniques(@NotNull CfnIdMappingWorkflow.IdMappingTechniquesProperty value) An object which defines the ID mapping technique and any additional configurations. -
getInputSourceConfig
A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty> -
setInputSourceConfig
A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName. -
setInputSourceConfig
A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName. -
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. -
getIdMappingIncrementalRunConfig
Returns union: eitherIResolvableorCfnIdMappingWorkflow.IdMappingIncrementalRunConfigProperty -
setIdMappingIncrementalRunConfig
-
setIdMappingIncrementalRunConfig
@Stability(Stable) public void setIdMappingIncrementalRunConfig(@Nullable CfnIdMappingWorkflow.IdMappingIncrementalRunConfigProperty value) -
getOutputSourceConfig
A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIdMappingWorkflow.IdMappingWorkflowOutputSourceProperty> -
setOutputSourceConfig
A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn. -
setOutputSourceConfig
A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn. -
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.
-