Class: Aws::CustomerProfiles::Types::PutIntegrationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::PutIntegrationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 [:flow_definition]
Instance Attribute Summary collapse
- 
  
    
      #domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique name of the domain.
 - 
  
    
      #flow_definition  ⇒ Types::FlowDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration that controls how Customer Profiles retrieves data from the source.
 - 
  
    
      #object_type_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the profile object type.
 - 
  
    
      #object_type_names  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an ‘ObjectTypeName` (template) used to ingest the event.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags used to organize, track, or control access for this resource.
 - 
  
    
      #uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URI of the S3 bucket or any other type of data source.
 
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
      4201 4202 4203 4204 4205 4206 4207 4208 4209 4210  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 4201 class PutIntegrationRequest < Struct.new( :domain_name, :uri, :object_type_name, :tags, :flow_definition, :object_type_names) SENSITIVE = [:flow_definition] include Aws::Structure end  | 
  
#flow_definition ⇒ Types::FlowDefinition
The configuration that controls how Customer Profiles retrieves data from the source.
      4201 4202 4203 4204 4205 4206 4207 4208 4209 4210  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 4201 class PutIntegrationRequest < Struct.new( :domain_name, :uri, :object_type_name, :tags, :flow_definition, :object_type_names) SENSITIVE = [:flow_definition] include Aws::Structure end  | 
  
#object_type_name ⇒ String
The name of the profile object type.
      4201 4202 4203 4204 4205 4206 4207 4208 4209 4210  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 4201 class PutIntegrationRequest < Struct.new( :domain_name, :uri, :object_type_name, :tags, :flow_definition, :object_type_names) SENSITIVE = [:flow_definition] include Aws::Structure end  | 
  
#object_type_names ⇒ Hash<String,String>
A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an ‘ObjectTypeName` (template) used to ingest the event. It supports the following event types: `SegmentIdentify`, `ShopifyCreateCustomers`, `ShopifyUpdateCustomers`, `ShopifyCreateDraftOrders`, `ShopifyUpdateDraftOrders`, `ShopifyCreateOrders`, and `ShopifyUpdatedOrders`.
      4201 4202 4203 4204 4205 4206 4207 4208 4209 4210  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 4201 class PutIntegrationRequest < Struct.new( :domain_name, :uri, :object_type_name, :tags, :flow_definition, :object_type_names) SENSITIVE = [:flow_definition] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
      4201 4202 4203 4204 4205 4206 4207 4208 4209 4210  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 4201 class PutIntegrationRequest < Struct.new( :domain_name, :uri, :object_type_name, :tags, :flow_definition, :object_type_names) SENSITIVE = [:flow_definition] include Aws::Structure end  | 
  
#uri ⇒ String
The URI of the S3 bucket or any other type of data source.
      4201 4202 4203 4204 4205 4206 4207 4208 4209 4210  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 4201 class PutIntegrationRequest < Struct.new( :domain_name, :uri, :object_type_name, :tags, :flow_definition, :object_type_names) SENSITIVE = [:flow_definition] include Aws::Structure end  |