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.105.0 published on Thursday, May 2, 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.105.0 published on Thursday, May 2, 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:

    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
    ApplyNormalization bool
    InputSourceArn string
    An Glue table ARN for the input source table
    SchemaArn string
    ApplyNormalization bool
    inputSourceArn String
    An Glue table ARN for the input source table
    schemaArn String
    applyNormalization Boolean
    inputSourceArn string
    An Glue table ARN for the input source table
    schemaArn string
    applyNormalization boolean
    input_source_arn str
    An Glue table ARN for the input source table
    schema_arn str
    apply_normalization bool
    inputSourceArn String
    An Glue table ARN for the input source table
    schemaArn String
    applyNormalization Boolean

    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
    Hashed bool
    Name string
    Hashed bool
    name String
    hashed Boolean
    name string
    hashed boolean
    name str
    hashed bool
    name String
    hashed Boolean

    MatchingWorkflowOutputSource, MatchingWorkflowOutputSourceArgs

    Output List<Pulumi.AwsNative.EntityResolution.Inputs.MatchingWorkflowOutputAttribute>
    OutputS3Path string
    The S3 path to which Entity Resolution will write the output table
    ApplyNormalization bool
    KmsArn string
    Output []MatchingWorkflowOutputAttribute
    OutputS3Path string
    The S3 path to which Entity Resolution will write the output table
    ApplyNormalization bool
    KmsArn string
    output List<MatchingWorkflowOutputAttribute>
    outputS3Path String
    The S3 path to which Entity Resolution will write the output table
    applyNormalization Boolean
    kmsArn String
    output MatchingWorkflowOutputAttribute[]
    outputS3Path string
    The S3 path to which Entity Resolution will write the output table
    applyNormalization boolean
    kmsArn string
    output Sequence[MatchingWorkflowOutputAttribute]
    output_s3_path str
    The S3 path to which Entity Resolution will write the output table
    apply_normalization bool
    kms_arn str
    output List<Property Map>
    outputS3Path String
    The S3 path to which Entity Resolution will write the output table
    applyNormalization Boolean
    kmsArn String

    MatchingWorkflowProviderProperties, MatchingWorkflowProviderPropertiesArgs

    ProviderServiceArn string
    Arn of the Provider service being used.
    IntermediateSourceConfiguration Pulumi.AwsNative.EntityResolution.Inputs.MatchingWorkflowIntermediateSourceConfiguration
    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
    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
    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
    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
    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
    providerConfiguration Map<String>
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format

    MatchingWorkflowResolutionTechniques, MatchingWorkflowResolutionTechniquesArgs

    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>
    RuleName string
    MatchingKeys []string
    RuleName string
    matchingKeys List<String>
    ruleName String
    matchingKeys string[]
    ruleName string
    matching_keys Sequence[str]
    rule_name str
    matchingKeys List<String>
    ruleName String

    MatchingWorkflowRuleBasedProperties, MatchingWorkflowRuleBasedPropertiesArgs

    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.105.0 published on Thursday, May 2, 2024 by Pulumi