@aws-sdk/client-iotsitewise

CreateBulkImportJobCommandInput Interface

Members

Name
Type
Details
errorReportLocation RequiredErrorReportLocation | undefined

The Amazon S3 destination where errors associated with the job creation request are saved.

files RequiredFile[] | undefined

The files in the specified Amazon S3 bucket that contain your data.

jobConfiguration RequiredJobConfiguration | undefined

Contains the configuration information of a job, such as the file format used to save data in Amazon S3.

jobName Requiredstring | undefined

The unique name that helps identify the job request.

jobRoleArn Requiredstring | undefined

The ARN  of the IAM role that allows IoT SiteWise to read Amazon S3 data.

adaptiveIngestion boolean | undefined

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.

deleteFilesAfterImport boolean | undefined

If set to true, your data files is deleted from S3, after ingestion into IoT SiteWise storage.

Full Signature

export interface CreateBulkImportJobCommandInput extends CreateBulkImportJobRequest