Class: Aws::CustomerProfiles::Types::CreateUploadJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CreateUploadJobRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:fields]
Instance Attribute Summary collapse
-
#data_expiry ⇒ Integer
The expiry duration for the profiles ingested with the job.
-
#display_name ⇒ String
The unique name of the upload job.
-
#domain_name ⇒ String
The unique name of the domain.
-
#fields ⇒ Hash<String,Types::ObjectTypeField>
The mapping between CSV Columns and Profile Object attributes.
-
#unique_key ⇒ String
The unique key columns for de-duping the profiles used to map data to the profile.
Instance Attribute Details
#data_expiry ⇒ Integer
The expiry duration for the profiles ingested with the job. If not provided, the system default of 2 weeks is used.
1849 1850 1851 1852 1853 1854 1855 1856 1857 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1849 class CreateUploadJobRequest < Struct.new( :domain_name, :display_name, :fields, :unique_key, :data_expiry) SENSITIVE = [:fields] include Aws::Structure end |
#display_name ⇒ String
The unique name of the upload job. Could be a file name to identify the upload job.
1849 1850 1851 1852 1853 1854 1855 1856 1857 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1849 class CreateUploadJobRequest < Struct.new( :domain_name, :display_name, :fields, :unique_key, :data_expiry) SENSITIVE = [:fields] include Aws::Structure end |
#domain_name ⇒ String
The unique name of the domain. Domain should be exists for the upload job to be created.
1849 1850 1851 1852 1853 1854 1855 1856 1857 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1849 class CreateUploadJobRequest < Struct.new( :domain_name, :display_name, :fields, :unique_key, :data_expiry) SENSITIVE = [:fields] include Aws::Structure end |
#fields ⇒ Hash<String,Types::ObjectTypeField>
The mapping between CSV Columns and Profile Object attributes. A map of the name and ObjectType field.
1849 1850 1851 1852 1853 1854 1855 1856 1857 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1849 class CreateUploadJobRequest < Struct.new( :domain_name, :display_name, :fields, :unique_key, :data_expiry) SENSITIVE = [:fields] include Aws::Structure end |
#unique_key ⇒ String
The unique key columns for de-duping the profiles used to map data to the profile.
1849 1850 1851 1852 1853 1854 1855 1856 1857 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1849 class CreateUploadJobRequest < Struct.new( :domain_name, :display_name, :fields, :unique_key, :data_expiry) SENSITIVE = [:fields] include Aws::Structure end |