MatchingWorkflowSummary
A list of MatchingWorkflowSummary
objects, each of which contain the fields
WorkflowName
, WorkflowArn
, CreatedAt
,
UpdatedAt
.
Contents
- createdAt
-
The timestamp of when the workflow was created.
Type: Timestamp
Required: Yes
- resolutionType
-
The method that has been specified for data matching, either using matching provided by AWS Entity Resolution or through a provider service.
Type: String
Valid Values:
RULE_MATCHING | ML_MATCHING | PROVIDER
Required: Yes
- updatedAt
-
The timestamp of when the workflow was last updated.
Type: Timestamp
Required: Yes
- workflowArn
-
The ARN (Amazon Resource Name) that AWS Entity Resolution generated for the
MatchingWorkflow
.Type: String
Pattern:
^arn:(aws|aws-us-gov|aws-cn):entityresolution:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(matchingworkflow/[a-zA-Z_0-9-]{1,255})$
Required: Yes
- workflowName
-
The name of the workflow.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[a-zA-Z_0-9-]*$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: