Amazon.PowerShell.Cmdlets.ERES.AmazonEntityResolutionClientCmdlet.ClientConfig
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
A description of the workflow.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The type of incremental run. The only valid value is
IMMEDIATE. This appears as "Automatic" in the console.
For workflows where resolutionType is ML_MATCHING or PROVIDER, incremental processing is not supported. | Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-IntermediateSourceConfiguration_IntermediateS3Path <
String>
The Amazon S3 location (bucket and prefix). For example: s3://provider_bucket/DOC-EXAMPLE-BUCKET
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | ResolutionTechniques_ProviderProperties_IntermediateSourceConfiguration_IntermediateS3Path |
A list of OutputSource objects, each of which contains fields outputS3Path, applyNormalization, KMSArn, and output.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ProviderProperties_ProviderConfiguration <PSObject>
The required configuration fields to use with the provider service.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | ResolutionTechniques_ProviderProperties_ProviderConfiguration |
-ProviderProperties_ProviderServiceArn <
String>
The ARN of the provider service.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | ResolutionTechniques_ProviderProperties_ProviderServiceArn |
The type of matching workflow to create. Specify one of the following types:
- RULE_MATCHING: Match records using configurable rule-based criteria
- ML_MATCHING: Match records using machine learning models
- PROVIDER: Match records using a third-party matching provider
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
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.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The comparison type. You can choose ONE_TO_ONE or MANY_TO_MANY as the attributeMatchingModel. If you choose ONE_TO_ONE, the system can only match attributes if the sub-types are an exact match. For example, for the Email attribute type, the system will only consider it a match if the value of the Email field of Profile A matches the value of the Email field of Profile B.If you choose MANY_TO_MANY, the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email field of Profile A and the value of BusinessEmail field of Profile B matches, the two profiles are matched on the Email attribute type.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | ResolutionTechniques_RuleBasedProperties_AttributeMatchingModel |
An indicator of whether to generate IDs and index the data or not.If you choose IDENTIFIER_GENERATION, the process generates IDs and indexes the data.If you choose INDEXING, the process indexes the data without generating IDs.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | ResolutionTechniques_RuleBasedProperties_MatchPurpose |
-RuleBasedProperties_Rule <
Rule[]>
A list of Rule objects, each of which have fields RuleName and MatchingKeys.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | ResolutionTechniques_RuleBasedProperties_Rules |
A list of rule objects, each of which have fields ruleName and condition.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | ResolutionTechniques_RuleConditionProperties_Rules |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EntityResolution.Model.UpdateMatchingWorkflowResponse). Specifying the name of a property of type Amazon.EntityResolution.Model.UpdateMatchingWorkflowResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The name of the workflow to be retrieved.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |