Class: Aws::CustomerProfiles::Types::PutIntegrationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:flow_definition]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4181

class PutIntegrationRequest < Struct.new(
  :domain_name,
  :uri,
  :object_type_name,
  :tags,
  :flow_definition,
  :object_type_names)
  SENSITIVE = [:flow_definition]
  include Aws::Structure
end

#flow_definitionTypes::FlowDefinition

The configuration that controls how Customer Profiles retrieves data from the source.



4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4181

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_nameString

The name of the profile object type.

Returns:

  • (String)


4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4181

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

Returns:

  • (Hash<String,String>)


4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4181

class PutIntegrationRequest < Struct.new(
  :domain_name,
  :uri,
  :object_type_name,
  :tags,
  :flow_definition,
  :object_type_names)
  SENSITIVE = [:flow_definition]
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4181

class PutIntegrationRequest < Struct.new(
  :domain_name,
  :uri,
  :object_type_name,
  :tags,
  :flow_definition,
  :object_type_names)
  SENSITIVE = [:flow_definition]
  include Aws::Structure
end

#uriString

The URI of the S3 bucket or any other type of data source.

Returns:

  • (String)


4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4181

class PutIntegrationRequest < Struct.new(
  :domain_name,
  :uri,
  :object_type_name,
  :tags,
  :flow_definition,
  :object_type_names)
  SENSITIVE = [:flow_definition]
  include Aws::Structure
end