1. Packages
  2. AWS Native
  3. API Docs
  4. entityresolution
  5. MatchingWorkflow

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.108.0 published on Wednesday, May 29, 2024 by Pulumi

aws-native.entityresolution.MatchingWorkflow

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.108.0 published on Wednesday, May 29, 2024 by Pulumi

    MatchingWorkflow defined in AWS Entity Resolution service

    Create MatchingWorkflow Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new MatchingWorkflow(name: string, args: MatchingWorkflowArgs, opts?: CustomResourceOptions);
    @overload
    def MatchingWorkflow(resource_name: str,
                         args: MatchingWorkflowArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def MatchingWorkflow(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         input_source_config: Optional[Sequence[MatchingWorkflowInputSourceArgs]] = None,
                         output_source_config: Optional[Sequence[MatchingWorkflowOutputSourceArgs]] = None,
                         resolution_techniques: Optional[MatchingWorkflowResolutionTechniquesArgs] = None,
                         role_arn: Optional[str] = None,
                         description: Optional[str] = None,
                         tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                         workflow_name: Optional[str] = None)
    func NewMatchingWorkflow(ctx *Context, name string, args MatchingWorkflowArgs, opts ...ResourceOption) (*MatchingWorkflow, error)
    public MatchingWorkflow(string name, MatchingWorkflowArgs args, CustomResourceOptions? opts = null)
    public MatchingWorkflow(String name, MatchingWorkflowArgs args)
    public MatchingWorkflow(String name, MatchingWorkflowArgs args, CustomResourceOptions options)
    
    type: aws-native:entityresolution:MatchingWorkflow
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args MatchingWorkflowArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args MatchingWorkflowArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args MatchingWorkflowArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args MatchingWorkflowArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args MatchingWorkflowArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const matchingWorkflowResource = new aws_native.entityresolution.MatchingWorkflow("matchingWorkflowResource", {
        inputSourceConfig: [{
            inputSourceArn: "string",
            schemaArn: "string",
            applyNormalization: false,
        }],
        outputSourceConfig: [{
            output: [{
                name: "string",
                hashed: false,
            }],
            outputS3Path: "string",
            applyNormalization: false,
            kmsArn: "string",
        }],
        resolutionTechniques: {
            providerProperties: {
                providerServiceArn: "string",
                intermediateSourceConfiguration: {
                    intermediateS3Path: "string",
                },
                providerConfiguration: {
                    string: "string",
                },
            },
            resolutionType: aws_native.entityresolution.MatchingWorkflowResolutionTechniquesResolutionType.RuleMatching,
            ruleBasedProperties: {
                attributeMatchingModel: aws_native.entityresolution.MatchingWorkflowRuleBasedPropertiesAttributeMatchingModel.OneToOne,
                rules: [{
                    matchingKeys: ["string"],
                    ruleName: "string",
                }],
            },
        },
        roleArn: "string",
        description: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
        workflowName: "string",
    });
    
    Coming soon!
    

    MatchingWorkflow Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The MatchingWorkflow resource accepts the following input properties:

    InputSourceConfig List<Pulumi.AwsNative.EntityResolution.Inputs.MatchingWorkflowInputSource>
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    OutputSourceConfig List<Pulumi.AwsNative.EntityResolution.Inputs.MatchingWorkflowOutputSource>
    A list of OutputSource objects, each of which contains fields OutputS3Path , ApplyNormalization , and Output .
    ResolutionTechniques Pulumi.AwsNative.EntityResolution.Inputs.MatchingWorkflowResolutionTechniques
    An object which defines the resolutionType and the ruleBasedProperties .
    RoleArn string
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
    Description string
    The description of the MatchingWorkflow
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags used to organize, track, or control access for this resource.
    WorkflowName string
    The name of the MatchingWorkflow
    InputSourceConfig []MatchingWorkflowInputSourceArgs
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    OutputSourceConfig []MatchingWorkflowOutputSourceArgs
    A list of OutputSource objects, each of which contains fields OutputS3Path , ApplyNormalization , and Output .
    ResolutionTechniques MatchingWorkflowResolutionTechniquesArgs
    An object which defines the resolutionType and the ruleBasedProperties .
    RoleArn string
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
    Description string
    The description of the MatchingWorkflow
    Tags TagArgs
    The tags used to organize, track, or control access for this resource.
    WorkflowName string
    The name of the MatchingWorkflow
    inputSourceConfig List<MatchingWorkflowInputSource>
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    outputSourceConfig List<MatchingWorkflowOutputSource>
    A list of OutputSource objects, each of which contains fields OutputS3Path , ApplyNormalization , and Output .
    resolutionTechniques MatchingWorkflowResolutionTechniques
    An object which defines the resolutionType and the ruleBasedProperties .
    roleArn String
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
    description String
    The description of the MatchingWorkflow
    tags List<Tag>
    The tags used to organize, track, or control access for this resource.
    workflowName String
    The name of the MatchingWorkflow
    inputSourceConfig MatchingWorkflowInputSource[]
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    outputSourceConfig MatchingWorkflowOutputSource[]
    A list of OutputSource objects, each of which contains fields OutputS3Path , ApplyNormalization , and Output .
    resolutionTechniques MatchingWorkflowResolutionTechniques
    An object which defines the resolutionType and the ruleBasedProperties .
    roleArn string
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
    description string
    The description of the MatchingWorkflow
    tags Tag[]
    The tags used to organize, track, or control access for this resource.
    workflowName string
    The name of the MatchingWorkflow
    input_source_config Sequence[MatchingWorkflowInputSourceArgs]
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    output_source_config Sequence[MatchingWorkflowOutputSourceArgs]
    A list of OutputSource objects, each of which contains fields OutputS3Path , ApplyNormalization , and Output .
    resolution_techniques MatchingWorkflowResolutionTechniquesArgs
    An object which defines the resolutionType and the ruleBasedProperties .
    role_arn str
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
    description str
    The description of the MatchingWorkflow
    tags Sequence[TagArgs]
    The tags used to organize, track, or control access for this resource.
    workflow_name str
    The name of the MatchingWorkflow
    inputSourceConfig List<Property Map>
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    outputSourceConfig List<Property Map>
    A list of OutputSource objects, each of which contains fields OutputS3Path , ApplyNormalization , and Output .
    resolutionTechniques Property Map
    An object which defines the resolutionType and the ruleBasedProperties .
    roleArn String
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
    description String
    The description of the MatchingWorkflow
    tags List<Property Map>
    The tags used to organize, track, or control access for this resource.
    workflowName String
    The name of the MatchingWorkflow

    Outputs

    All input properties are implicitly available as output properties. Additionally, the MatchingWorkflow resource produces the following output properties:

    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    WorkflowArn string
    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    WorkflowArn string
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    workflowArn String
    createdAt string
    id string
    The provider-assigned unique ID for this managed resource.
    updatedAt string
    workflowArn string
    created_at str
    id str
    The provider-assigned unique ID for this managed resource.
    updated_at str
    workflow_arn str
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    workflowArn String

    Supporting Types

    MatchingWorkflowInputSource, MatchingWorkflowInputSourceArgs

    InputSourceArn string
    An Glue table ARN for the input source table
    SchemaArn string
    The name of the schema.
    ApplyNormalization bool
    Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER , and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.
    InputSourceArn string
    An Glue table ARN for the input source table
    SchemaArn string
    The name of the schema.
    ApplyNormalization bool
    Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER , and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.
    inputSourceArn String
    An Glue table ARN for the input source table
    schemaArn String
    The name of the schema.
    applyNormalization Boolean
    Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER , and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.
    inputSourceArn string
    An Glue table ARN for the input source table
    schemaArn string
    The name of the schema.
    applyNormalization boolean
    Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER , and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.
    input_source_arn str
    An Glue table ARN for the input source table
    schema_arn str
    The name of the schema.
    apply_normalization bool
    Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER , and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.
    inputSourceArn String
    An Glue table ARN for the input source table
    schemaArn String
    The name of the schema.
    applyNormalization Boolean
    Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER , and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.

    MatchingWorkflowIntermediateSourceConfiguration, MatchingWorkflowIntermediateSourceConfigurationArgs

    IntermediateS3Path string
    The s3 path that would be used to stage the intermediate data being generated during workflow execution.
    IntermediateS3Path string
    The s3 path that would be used to stage the intermediate data being generated during workflow execution.
    intermediateS3Path String
    The s3 path that would be used to stage the intermediate data being generated during workflow execution.
    intermediateS3Path string
    The s3 path that would be used to stage the intermediate data being generated during workflow execution.
    intermediate_s3_path str
    The s3 path that would be used to stage the intermediate data being generated during workflow execution.
    intermediateS3Path String
    The s3 path that would be used to stage the intermediate data being generated during workflow execution.

    MatchingWorkflowOutputAttribute, MatchingWorkflowOutputAttributeArgs

    Name string
    A name of a column to be written to the output. This must be an InputField name in the schema mapping.
    Hashed bool
    Enables the ability to hash the column values in the output.
    Name string
    A name of a column to be written to the output. This must be an InputField name in the schema mapping.
    Hashed bool
    Enables the ability to hash the column values in the output.
    name String
    A name of a column to be written to the output. This must be an InputField name in the schema mapping.
    hashed Boolean
    Enables the ability to hash the column values in the output.
    name string
    A name of a column to be written to the output. This must be an InputField name in the schema mapping.
    hashed boolean
    Enables the ability to hash the column values in the output.
    name str
    A name of a column to be written to the output. This must be an InputField name in the schema mapping.
    hashed bool
    Enables the ability to hash the column values in the output.
    name String
    A name of a column to be written to the output. This must be an InputField name in the schema mapping.
    hashed Boolean
    Enables the ability to hash the column values in the output.

    MatchingWorkflowOutputSource, MatchingWorkflowOutputSourceArgs

    Output List<Pulumi.AwsNative.EntityResolution.Inputs.MatchingWorkflowOutputAttribute>
    A list of OutputAttribute objects, each of which have the fields Name and Hashed . Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.
    OutputS3Path string
    The S3 path to which Entity Resolution will write the output table
    ApplyNormalization bool
    Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER , and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.
    KmsArn string
    Customer KMS ARN for encryption at rest. If not provided, system will use an AWS Entity Resolution managed KMS key.
    Output []MatchingWorkflowOutputAttribute
    A list of OutputAttribute objects, each of which have the fields Name and Hashed . Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.
    OutputS3Path string
    The S3 path to which Entity Resolution will write the output table
    ApplyNormalization bool
    Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER , and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.
    KmsArn string
    Customer KMS ARN for encryption at rest. If not provided, system will use an AWS Entity Resolution managed KMS key.
    output List<MatchingWorkflowOutputAttribute>
    A list of OutputAttribute objects, each of which have the fields Name and Hashed . Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.
    outputS3Path String
    The S3 path to which Entity Resolution will write the output table
    applyNormalization Boolean
    Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER , and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.
    kmsArn String
    Customer KMS ARN for encryption at rest. If not provided, system will use an AWS Entity Resolution managed KMS key.
    output MatchingWorkflowOutputAttribute[]
    A list of OutputAttribute objects, each of which have the fields Name and Hashed . Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.
    outputS3Path string
    The S3 path to which Entity Resolution will write the output table
    applyNormalization boolean
    Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER , and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.
    kmsArn string
    Customer KMS ARN for encryption at rest. If not provided, system will use an AWS Entity Resolution managed KMS key.
    output Sequence[MatchingWorkflowOutputAttribute]
    A list of OutputAttribute objects, each of which have the fields Name and Hashed . Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.
    output_s3_path str
    The S3 path to which Entity Resolution will write the output table
    apply_normalization bool
    Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER , and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.
    kms_arn str
    Customer KMS ARN for encryption at rest. If not provided, system will use an AWS Entity Resolution managed KMS key.
    output List<Property Map>
    A list of OutputAttribute objects, each of which have the fields Name and Hashed . Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.
    outputS3Path String
    The S3 path to which Entity Resolution will write the output table
    applyNormalization Boolean
    Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER , and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.
    kmsArn String
    Customer KMS ARN for encryption at rest. If not provided, system will use an AWS Entity Resolution managed KMS key.

    MatchingWorkflowProviderProperties, MatchingWorkflowProviderPropertiesArgs

    ProviderServiceArn string
    Arn of the Provider service being used.
    IntermediateSourceConfiguration Pulumi.AwsNative.EntityResolution.Inputs.MatchingWorkflowIntermediateSourceConfiguration
    The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
    ProviderConfiguration Dictionary<string, string>
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format
    ProviderServiceArn string
    Arn of the Provider service being used.
    IntermediateSourceConfiguration MatchingWorkflowIntermediateSourceConfiguration
    The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
    ProviderConfiguration map[string]string
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format
    providerServiceArn String
    Arn of the Provider service being used.
    intermediateSourceConfiguration MatchingWorkflowIntermediateSourceConfiguration
    The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
    providerConfiguration Map<String,String>
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format
    providerServiceArn string
    Arn of the Provider service being used.
    intermediateSourceConfiguration MatchingWorkflowIntermediateSourceConfiguration
    The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
    providerConfiguration {[key: string]: string}
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format
    provider_service_arn str
    Arn of the Provider service being used.
    intermediate_source_configuration MatchingWorkflowIntermediateSourceConfiguration
    The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
    provider_configuration Mapping[str, str]
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format
    providerServiceArn String
    Arn of the Provider service being used.
    intermediateSourceConfiguration Property Map
    The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
    providerConfiguration Map<String>
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format

    MatchingWorkflowResolutionTechniques, MatchingWorkflowResolutionTechniquesArgs

    ProviderProperties Pulumi.AwsNative.EntityResolution.Inputs.MatchingWorkflowProviderProperties
    The properties of the provider service.
    ResolutionType Pulumi.AwsNative.EntityResolution.MatchingWorkflowResolutionTechniquesResolutionType
    The type of matching. There are three types of matching: RULE_MATCHING , ML_MATCHING , and PROVIDER .
    RuleBasedProperties Pulumi.AwsNative.EntityResolution.Inputs.MatchingWorkflowRuleBasedProperties
    An object which defines the list of matching rules to run and has a field Rules , which is a list of rule objects.
    ProviderProperties MatchingWorkflowProviderProperties
    The properties of the provider service.
    ResolutionType MatchingWorkflowResolutionTechniquesResolutionType
    The type of matching. There are three types of matching: RULE_MATCHING , ML_MATCHING , and PROVIDER .
    RuleBasedProperties MatchingWorkflowRuleBasedProperties
    An object which defines the list of matching rules to run and has a field Rules , which is a list of rule objects.
    providerProperties MatchingWorkflowProviderProperties
    The properties of the provider service.
    resolutionType MatchingWorkflowResolutionTechniquesResolutionType
    The type of matching. There are three types of matching: RULE_MATCHING , ML_MATCHING , and PROVIDER .
    ruleBasedProperties MatchingWorkflowRuleBasedProperties
    An object which defines the list of matching rules to run and has a field Rules , which is a list of rule objects.
    providerProperties MatchingWorkflowProviderProperties
    The properties of the provider service.
    resolutionType MatchingWorkflowResolutionTechniquesResolutionType
    The type of matching. There are three types of matching: RULE_MATCHING , ML_MATCHING , and PROVIDER .
    ruleBasedProperties MatchingWorkflowRuleBasedProperties
    An object which defines the list of matching rules to run and has a field Rules , which is a list of rule objects.
    provider_properties MatchingWorkflowProviderProperties
    The properties of the provider service.
    resolution_type MatchingWorkflowResolutionTechniquesResolutionType
    The type of matching. There are three types of matching: RULE_MATCHING , ML_MATCHING , and PROVIDER .
    rule_based_properties MatchingWorkflowRuleBasedProperties
    An object which defines the list of matching rules to run and has a field Rules , which is a list of rule objects.
    providerProperties Property Map
    The properties of the provider service.
    resolutionType "RULE_MATCHING" | "ML_MATCHING" | "PROVIDER"
    The type of matching. There are three types of matching: RULE_MATCHING , ML_MATCHING , and PROVIDER .
    ruleBasedProperties Property Map
    An object which defines the list of matching rules to run and has a field Rules , which is a list of rule objects.

    MatchingWorkflowResolutionTechniquesResolutionType, MatchingWorkflowResolutionTechniquesResolutionTypeArgs

    RuleMatching
    RULE_MATCHING
    MlMatching
    ML_MATCHING
    Provider
    PROVIDER
    MatchingWorkflowResolutionTechniquesResolutionTypeRuleMatching
    RULE_MATCHING
    MatchingWorkflowResolutionTechniquesResolutionTypeMlMatching
    ML_MATCHING
    MatchingWorkflowResolutionTechniquesResolutionTypeProvider
    PROVIDER
    RuleMatching
    RULE_MATCHING
    MlMatching
    ML_MATCHING
    Provider
    PROVIDER
    RuleMatching
    RULE_MATCHING
    MlMatching
    ML_MATCHING
    Provider
    PROVIDER
    RULE_MATCHING
    RULE_MATCHING
    ML_MATCHING
    ML_MATCHING
    PROVIDER
    PROVIDER
    "RULE_MATCHING"
    RULE_MATCHING
    "ML_MATCHING"
    ML_MATCHING
    "PROVIDER"
    PROVIDER

    MatchingWorkflowRule, MatchingWorkflowRuleArgs

    MatchingKeys List<string>
    A list of MatchingKeys . The MatchingKeys must have been defined in the SchemaMapping . Two records are considered to match according to this rule if all of the MatchingKeys match.
    RuleName string
    A name for the matching rule.
    MatchingKeys []string
    A list of MatchingKeys . The MatchingKeys must have been defined in the SchemaMapping . Two records are considered to match according to this rule if all of the MatchingKeys match.
    RuleName string
    A name for the matching rule.
    matchingKeys List<String>
    A list of MatchingKeys . The MatchingKeys must have been defined in the SchemaMapping . Two records are considered to match according to this rule if all of the MatchingKeys match.
    ruleName String
    A name for the matching rule.
    matchingKeys string[]
    A list of MatchingKeys . The MatchingKeys must have been defined in the SchemaMapping . Two records are considered to match according to this rule if all of the MatchingKeys match.
    ruleName string
    A name for the matching rule.
    matching_keys Sequence[str]
    A list of MatchingKeys . The MatchingKeys must have been defined in the SchemaMapping . Two records are considered to match according to this rule if all of the MatchingKeys match.
    rule_name str
    A name for the matching rule.
    matchingKeys List<String>
    A list of MatchingKeys . The MatchingKeys must have been defined in the SchemaMapping . Two records are considered to match according to this rule if all of the MatchingKeys match.
    ruleName String
    A name for the matching rule.

    MatchingWorkflowRuleBasedProperties, MatchingWorkflowRuleBasedPropertiesArgs

    AttributeMatchingModel Pulumi.AwsNative.EntityResolution.MatchingWorkflowRuleBasedPropertiesAttributeMatchingModel
    The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the AttributeMatchingModel. When choosing 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 type. When choosing ONE_TO_ONE ,the system can only match if the sub-types are exact matches. For example, only when the value of the Email field of Profile A and the value of the Email field of Profile B matches, the two profiles are matched on the Email type.
    Rules List<Pulumi.AwsNative.EntityResolution.Inputs.MatchingWorkflowRule>
    A list of Rule objects, each of which have fields RuleName and MatchingKeys .
    AttributeMatchingModel MatchingWorkflowRuleBasedPropertiesAttributeMatchingModel
    The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the AttributeMatchingModel. When choosing 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 type. When choosing ONE_TO_ONE ,the system can only match if the sub-types are exact matches. For example, only when the value of the Email field of Profile A and the value of the Email field of Profile B matches, the two profiles are matched on the Email type.
    Rules []MatchingWorkflowRule
    A list of Rule objects, each of which have fields RuleName and MatchingKeys .
    attributeMatchingModel MatchingWorkflowRuleBasedPropertiesAttributeMatchingModel
    The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the AttributeMatchingModel. When choosing 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 type. When choosing ONE_TO_ONE ,the system can only match if the sub-types are exact matches. For example, only when the value of the Email field of Profile A and the value of the Email field of Profile B matches, the two profiles are matched on the Email type.
    rules List<MatchingWorkflowRule>
    A list of Rule objects, each of which have fields RuleName and MatchingKeys .
    attributeMatchingModel MatchingWorkflowRuleBasedPropertiesAttributeMatchingModel
    The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the AttributeMatchingModel. When choosing 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 type. When choosing ONE_TO_ONE ,the system can only match if the sub-types are exact matches. For example, only when the value of the Email field of Profile A and the value of the Email field of Profile B matches, the two profiles are matched on the Email type.
    rules MatchingWorkflowRule[]
    A list of Rule objects, each of which have fields RuleName and MatchingKeys .
    attribute_matching_model MatchingWorkflowRuleBasedPropertiesAttributeMatchingModel
    The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the AttributeMatchingModel. When choosing 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 type. When choosing ONE_TO_ONE ,the system can only match if the sub-types are exact matches. For example, only when the value of the Email field of Profile A and the value of the Email field of Profile B matches, the two profiles are matched on the Email type.
    rules Sequence[MatchingWorkflowRule]
    A list of Rule objects, each of which have fields RuleName and MatchingKeys .
    attributeMatchingModel "ONE_TO_ONE" | "MANY_TO_MANY"
    The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the AttributeMatchingModel. When choosing 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 type. When choosing ONE_TO_ONE ,the system can only match if the sub-types are exact matches. For example, only when the value of the Email field of Profile A and the value of the Email field of Profile B matches, the two profiles are matched on the Email type.
    rules List<Property Map>
    A list of Rule objects, each of which have fields RuleName and MatchingKeys .

    MatchingWorkflowRuleBasedPropertiesAttributeMatchingModel, MatchingWorkflowRuleBasedPropertiesAttributeMatchingModelArgs

    OneToOne
    ONE_TO_ONE
    ManyToMany
    MANY_TO_MANY
    MatchingWorkflowRuleBasedPropertiesAttributeMatchingModelOneToOne
    ONE_TO_ONE
    MatchingWorkflowRuleBasedPropertiesAttributeMatchingModelManyToMany
    MANY_TO_MANY
    OneToOne
    ONE_TO_ONE
    ManyToMany
    MANY_TO_MANY
    OneToOne
    ONE_TO_ONE
    ManyToMany
    MANY_TO_MANY
    ONE_TO_ONE
    ONE_TO_ONE
    MANY_TO_MANY
    MANY_TO_MANY
    "ONE_TO_ONE"
    ONE_TO_ONE
    "MANY_TO_MANY"
    MANY_TO_MANY

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.108.0 published on Wednesday, May 29, 2024 by Pulumi