Class: Aws::CustomerProfiles::Types::SourceFlowConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CustomerProfiles::Types::SourceFlowConfig
 
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Contains information about the configuration of the source connector used in the flow.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #connector_profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the AppFlow connector profile. 
- 
  
    
      #connector_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of connector, such as Salesforce, Marketo, and so on. 
- 
  
    
      #incremental_pull_config  ⇒ Types::IncrementalPullConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Defines the configuration for a scheduled incremental data pull. 
- 
  
    
      #source_connector_properties  ⇒ Types::SourceConnectorProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the information that is required to query a particular source connector. 
Instance Attribute Details
#connector_profile_name ⇒ String
The name of the AppFlow connector profile. This name must be unique for each connector profile in the AWS account.
| 7783 7784 7785 7786 7787 7788 7789 7790 | # File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7783 class SourceFlowConfig < Struct.new( :connector_profile_name, :connector_type, :incremental_pull_config, :source_connector_properties) SENSITIVE = [] include Aws::Structure end | 
#connector_type ⇒ String
The type of connector, such as Salesforce, Marketo, and so on.
| 7783 7784 7785 7786 7787 7788 7789 7790 | # File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7783 class SourceFlowConfig < Struct.new( :connector_profile_name, :connector_type, :incremental_pull_config, :source_connector_properties) SENSITIVE = [] include Aws::Structure end | 
#incremental_pull_config ⇒ Types::IncrementalPullConfig
Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.
| 7783 7784 7785 7786 7787 7788 7789 7790 | # File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7783 class SourceFlowConfig < Struct.new( :connector_profile_name, :connector_type, :incremental_pull_config, :source_connector_properties) SENSITIVE = [] include Aws::Structure end | 
#source_connector_properties ⇒ Types::SourceConnectorProperties
Specifies the information that is required to query a particular source connector.
| 7783 7784 7785 7786 7787 7788 7789 7790 | # File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7783 class SourceFlowConfig < Struct.new( :connector_profile_name, :connector_type, :incremental_pull_config, :source_connector_properties) SENSITIVE = [] include Aws::Structure end |