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. It takes only one value: IMMEDIATE.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A list of InputSource objects, which have the fields InputSourceARN and SchemaName. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
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, and Output. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
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. There are three types of matching: RULE_MATCHING, ML_MATCHING, and 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 either choose ONE_TO_ONE or MANY_TO_MANY as the attributeMatchingModel. 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. 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.
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. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ResolutionTechniques_RuleBasedProperties_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) |