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,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.110.0 (build 336b265)",
date="2025-04-22T23:08:13.410Z")
@Stability(Stable)
public class CfnIdMappingWorkflow
extends CfnResource
implements IInspectable, 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.
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")
.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")
.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 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 fieldsOutputS3PathandOutput.static interfaceThe Amazon S3 location that temporarily stores your data while it processes.static interfaceAn object containing theproviderServiceARN,intermediateSourceConfiguration, andproviderConfiguration.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
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 TypeMethodDescriptionThe 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.An object which defines the ID mapping technique and any additional configurations.A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsOutputS3PathandOutput.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 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 fieldsOutputS3PathandOutput.voidsetOutputSourceConfig(IResolvable value) A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsOutputS3PathandOutput.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
-
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
-
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
-
getIdMappingTechniques
An object which defines the ID mapping technique and any additional configurations. -
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. -
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. -
getOutputSourceConfig
A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsOutputS3PathandOutput. -
setOutputSourceConfig
A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsOutputS3PathandOutput. -
setOutputSourceConfig
A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsOutputS3PathandOutput. -
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.
-