Values.CreateIdMappingWorkflowOutputSourceCreates 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.
type nonrec t = {workflowName : EntityName.t option;The name of the workflow.
*)workflowArn : IdMappingWorkflowArn.t option;The ARN (Amazon Resource Name) that Entity Resolution generated for the IDMappingWorkflow.
*)description : Description.t option;A description of the workflow.
*)inputSourceConfig : IdMappingWorkflowInputSourceConfig.t option;A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
*)outputSourceConfig : IdMappingWorkflowOutputSourceConfig.t option;A list of IdMappingWorkflowOutputSource objects, each of which contains fields outputS3Path and KMSArn.
*)idMappingTechniques : IdMappingTechniques.t option;An object which defines the ID mapping technique and any additional configurations.
*)incrementalRunConfig : IdMappingIncrementalRunConfig.t option;The incremental run configuration for the ID mapping workflow.
*)roleArn : IdMappingRoleArn.t option;The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `ExceedsLimitException of ExceedsLimitException.t| `InternalServerException of InternalServerException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `ExceedsLimitException of ExceedsLimitException.t
| `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `ExceedsLimitException of ExceedsLimitException.t
| `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of InputSourceARN.t ])
list ]
list
| `String of EntityName.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of [> `String of AttributeName.t ] list
| `String of RuleRuleNameString.t ])
list ]
list
| `String of ProviderServiceArn.t
| `Structure of (string * [> `String of S3Path.t ]) list ])
list ])
list ])
list ]