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.104.0 (build e79254c)",
date="2024-11-27T16:50:57.828Z")
@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();
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnIdMappingWorkflow
.static interface
An object that defines the list of matching rules to run in an ID mapping workflow.static interface
An object which defines the ID mapping technique and any additional configurations.static interface
An object containingInputSourceARN
,SchemaName
, andType
.static interface
A list ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.static interface
The Amazon S3 location that temporarily stores your data while it processes.static interface
An object containing theproviderServiceARN
,intermediateSourceConfiguration
, andproviderConfiguration
.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
CfnIdMappingWorkflow
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnIdMappingWorkflow
(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 ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.A list ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.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 the ID mapping technique and any additional configurations.void
An object which defines the ID mapping technique and any additional configurations.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 ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.void
setOutputSourceConfig
(IResolvable value) A list ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.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
-
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:
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 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:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in 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 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
. -
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 ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
. -
setOutputSourceConfig
A list ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
. -
setOutputSourceConfig
A list ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
. -
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.
-