Class: Aws::EntityResolution::Types::CreateMatchingWorkflowInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EntityResolution::Types::CreateMatchingWorkflowInput
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description of the workflow. 
- 
  
    
      #incremental_run_config  ⇒ Types::IncrementalRunConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An object which defines an incremental run type and has only ‘incrementalRunType` as a field. 
- 
  
    
      #input_source_config  ⇒ Array<Types::InputSource> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of ‘InputSource` objects, which have the fields `InputSourceARN` and `SchemaName`. 
- 
  
    
      #output_source_config  ⇒ Array<Types::OutputSource> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of ‘OutputSource` objects, each of which contains fields `OutputS3Path`, `ApplyNormalization`, and `Output`. 
- 
  
    
      #resolution_techniques  ⇒ Types::ResolutionTechniques 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An object which defines the ‘resolutionType` and the `ruleBasedProperties`. 
- 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the IAM role. 
- 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The tags used to organize, track, or control access for this resource. 
- 
  
    
      #workflow_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the workflow. 
Instance Attribute Details
#description ⇒ String
A description of the workflow.
| 424 425 426 427 428 429 430 431 432 433 434 435 | # File 'lib/aws-sdk-entityresolution/types.rb', line 424 class CreateMatchingWorkflowInput < Struct.new( :description, :incremental_run_config, :input_source_config, :output_source_config, :resolution_techniques, :role_arn, :tags, :workflow_name) SENSITIVE = [] include Aws::Structure end | 
#incremental_run_config ⇒ Types::IncrementalRunConfig
An object which defines an incremental run type and has only ‘incrementalRunType` as a field.
| 424 425 426 427 428 429 430 431 432 433 434 435 | # File 'lib/aws-sdk-entityresolution/types.rb', line 424 class CreateMatchingWorkflowInput < Struct.new( :description, :incremental_run_config, :input_source_config, :output_source_config, :resolution_techniques, :role_arn, :tags, :workflow_name) SENSITIVE = [] include Aws::Structure end | 
#input_source_config ⇒ Array<Types::InputSource>
A list of ‘InputSource` objects, which have the fields `InputSourceARN` and `SchemaName`.
| 424 425 426 427 428 429 430 431 432 433 434 435 | # File 'lib/aws-sdk-entityresolution/types.rb', line 424 class CreateMatchingWorkflowInput < Struct.new( :description, :incremental_run_config, :input_source_config, :output_source_config, :resolution_techniques, :role_arn, :tags, :workflow_name) SENSITIVE = [] include Aws::Structure end | 
#output_source_config ⇒ Array<Types::OutputSource>
A list of ‘OutputSource` objects, each of which contains fields `OutputS3Path`, `ApplyNormalization`, and `Output`.
| 424 425 426 427 428 429 430 431 432 433 434 435 | # File 'lib/aws-sdk-entityresolution/types.rb', line 424 class CreateMatchingWorkflowInput < Struct.new( :description, :incremental_run_config, :input_source_config, :output_source_config, :resolution_techniques, :role_arn, :tags, :workflow_name) SENSITIVE = [] include Aws::Structure end | 
#resolution_techniques ⇒ Types::ResolutionTechniques
An object which defines the ‘resolutionType` and the `ruleBasedProperties`.
| 424 425 426 427 428 429 430 431 432 433 434 435 | # File 'lib/aws-sdk-entityresolution/types.rb', line 424 class CreateMatchingWorkflowInput < Struct.new( :description, :incremental_run_config, :input_source_config, :output_source_config, :resolution_techniques, :role_arn, :tags, :workflow_name) SENSITIVE = [] include Aws::Structure end | 
#role_arn ⇒ String
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.
| 424 425 426 427 428 429 430 431 432 433 434 435 | # File 'lib/aws-sdk-entityresolution/types.rb', line 424 class CreateMatchingWorkflowInput < Struct.new( :description, :incremental_run_config, :input_source_config, :output_source_config, :resolution_techniques, :role_arn, :tags, :workflow_name) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
| 424 425 426 427 428 429 430 431 432 433 434 435 | # File 'lib/aws-sdk-entityresolution/types.rb', line 424 class CreateMatchingWorkflowInput < Struct.new( :description, :incremental_run_config, :input_source_config, :output_source_config, :resolution_techniques, :role_arn, :tags, :workflow_name) SENSITIVE = [] include Aws::Structure end | 
#workflow_name ⇒ String
The name of the workflow. There can’t be multiple ‘MatchingWorkflows` with the same name.
| 424 425 426 427 428 429 430 431 432 433 434 435 | # File 'lib/aws-sdk-entityresolution/types.rb', line 424 class CreateMatchingWorkflowInput < Struct.new( :description, :incremental_run_config, :input_source_config, :output_source_config, :resolution_techniques, :role_arn, :tags, :workflow_name) SENSITIVE = [] include Aws::Structure end |