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

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.getIdMappingWorkflow

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

    IdMappingWorkflow defined in AWS Entity Resolution service

    Using getIdMappingWorkflow

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getIdMappingWorkflow(args: GetIdMappingWorkflowArgs, opts?: InvokeOptions): Promise<GetIdMappingWorkflowResult>
    function getIdMappingWorkflowOutput(args: GetIdMappingWorkflowOutputArgs, opts?: InvokeOptions): Output<GetIdMappingWorkflowResult>
    def get_id_mapping_workflow(workflow_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetIdMappingWorkflowResult
    def get_id_mapping_workflow_output(workflow_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetIdMappingWorkflowResult]
    func LookupIdMappingWorkflow(ctx *Context, args *LookupIdMappingWorkflowArgs, opts ...InvokeOption) (*LookupIdMappingWorkflowResult, error)
    func LookupIdMappingWorkflowOutput(ctx *Context, args *LookupIdMappingWorkflowOutputArgs, opts ...InvokeOption) LookupIdMappingWorkflowResultOutput

    > Note: This function is named LookupIdMappingWorkflow in the Go SDK.

    public static class GetIdMappingWorkflow 
    {
        public static Task<GetIdMappingWorkflowResult> InvokeAsync(GetIdMappingWorkflowArgs args, InvokeOptions? opts = null)
        public static Output<GetIdMappingWorkflowResult> Invoke(GetIdMappingWorkflowInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIdMappingWorkflowResult> getIdMappingWorkflow(GetIdMappingWorkflowArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:entityresolution:getIdMappingWorkflow
      arguments:
        # arguments dictionary

    The following arguments are supported:

    WorkflowName string
    The name of the IdMappingWorkflow
    WorkflowName string
    The name of the IdMappingWorkflow
    workflowName String
    The name of the IdMappingWorkflow
    workflowName string
    The name of the IdMappingWorkflow
    workflow_name str
    The name of the IdMappingWorkflow
    workflowName String
    The name of the IdMappingWorkflow

    getIdMappingWorkflow Result

    The following output properties are available:

    Supporting Types

    IdMappingWorkflowIdMappingTechniques

    IdMappingWorkflowIdMappingTechniquesIdMappingType

    IdMappingWorkflowInputSource

    InputSourceArn string
    An Glue table ARN for the input source table or IdNamespace ARN
    SchemaArn string
    Type Pulumi.AwsNative.EntityResolution.IdMappingWorkflowInputSourceType
    InputSourceArn string
    An Glue table ARN for the input source table or IdNamespace ARN
    SchemaArn string
    Type IdMappingWorkflowInputSourceType
    inputSourceArn String
    An Glue table ARN for the input source table or IdNamespace ARN
    schemaArn String
    type IdMappingWorkflowInputSourceType
    inputSourceArn string
    An Glue table ARN for the input source table or IdNamespace ARN
    schemaArn string
    type IdMappingWorkflowInputSourceType
    input_source_arn str
    An Glue table ARN for the input source table or IdNamespace ARN
    schema_arn str
    type IdMappingWorkflowInputSourceType
    inputSourceArn String
    An Glue table ARN for the input source table or IdNamespace ARN
    schemaArn String
    type "SOURCE" | "TARGET"

    IdMappingWorkflowInputSourceType

    IdMappingWorkflowIntermediateSourceConfiguration

    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.

    IdMappingWorkflowOutputSource

    OutputS3Path string
    The S3 path to which Entity Resolution will write the output table
    KmsArn string
    OutputS3Path string
    The S3 path to which Entity Resolution will write the output table
    KmsArn string
    outputS3Path String
    The S3 path to which Entity Resolution will write the output table
    kmsArn String
    outputS3Path string
    The S3 path to which Entity Resolution will write the output table
    kmsArn string
    output_s3_path str
    The S3 path to which Entity Resolution will write the output table
    kms_arn str
    outputS3Path String
    The S3 path to which Entity Resolution will write the output table
    kmsArn String

    IdMappingWorkflowProviderProperties

    ProviderServiceArn string
    Arn of the Provider Service being used.
    IntermediateSourceConfiguration Pulumi.AwsNative.EntityResolution.Inputs.IdMappingWorkflowIntermediateSourceConfiguration
    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 IdMappingWorkflowIntermediateSourceConfiguration
    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 IdMappingWorkflowIntermediateSourceConfiguration
    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 IdMappingWorkflowIntermediateSourceConfiguration
    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 IdMappingWorkflowIntermediateSourceConfiguration
    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

    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 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