Class: Aws::IoTSiteWise::Types::CreateBulkImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreateBulkImportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#adaptive_ingestion ⇒ Boolean
If set to true, ingest new data into IoT SiteWise storage.
-
#delete_files_after_import ⇒ Boolean
If set to true, your data files is deleted from S3, after ingestion into IoT SiteWise storage.
-
#error_report_location ⇒ Types::ErrorReportLocation
The Amazon S3 destination where errors associated with the job creation request are saved.
-
#files ⇒ Array<Types::File>
The files in the specified Amazon S3 bucket that contain your data.
-
#job_configuration ⇒ Types::JobConfiguration
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
-
#job_name ⇒ String
The unique name that helps identify the job request.
-
#job_role_arn ⇒ String
The [ARN] of the IAM role that allows IoT SiteWise to read Amazon S3 data.
Instance Attribute Details
#adaptive_ingestion ⇒ Boolean
If set to true, ingest new data into IoT SiteWise storage. Measurements with notifications, metrics and transforms are computed. If set to false, historical data is ingested into IoT SiteWise as is.
3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3014 class CreateBulkImportJobRequest < Struct.new( :job_name, :job_role_arn, :files, :error_report_location, :job_configuration, :adaptive_ingestion, :delete_files_after_import) SENSITIVE = [] include Aws::Structure end |
#delete_files_after_import ⇒ Boolean
If set to true, your data files is deleted from S3, after ingestion into IoT SiteWise storage.
3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3014 class CreateBulkImportJobRequest < Struct.new( :job_name, :job_role_arn, :files, :error_report_location, :job_configuration, :adaptive_ingestion, :delete_files_after_import) SENSITIVE = [] include Aws::Structure end |
#error_report_location ⇒ Types::ErrorReportLocation
The Amazon S3 destination where errors associated with the job creation request are saved.
3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3014 class CreateBulkImportJobRequest < Struct.new( :job_name, :job_role_arn, :files, :error_report_location, :job_configuration, :adaptive_ingestion, :delete_files_after_import) SENSITIVE = [] include Aws::Structure end |
#files ⇒ Array<Types::File>
The files in the specified Amazon S3 bucket that contain your data.
3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3014 class CreateBulkImportJobRequest < Struct.new( :job_name, :job_role_arn, :files, :error_report_location, :job_configuration, :adaptive_ingestion, :delete_files_after_import) SENSITIVE = [] include Aws::Structure end |
#job_configuration ⇒ Types::JobConfiguration
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3014 class CreateBulkImportJobRequest < Struct.new( :job_name, :job_role_arn, :files, :error_report_location, :job_configuration, :adaptive_ingestion, :delete_files_after_import) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The unique name that helps identify the job request.
3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3014 class CreateBulkImportJobRequest < Struct.new( :job_name, :job_role_arn, :files, :error_report_location, :job_configuration, :adaptive_ingestion, :delete_files_after_import) SENSITIVE = [] include Aws::Structure end |
#job_role_arn ⇒ String
The [ARN] of the IAM role that allows IoT SiteWise to read Amazon S3 data.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3014 class CreateBulkImportJobRequest < Struct.new( :job_name, :job_role_arn, :files, :error_report_location, :job_configuration, :adaptive_ingestion, :delete_files_after_import) SENSITIVE = [] include Aws::Structure end |