Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateBulkImportJobRequest

import type { CreateBulkImportJobRequest } from "https://aws-api.deno.dev/v0.4/services/iotsitewise.ts?docs=full";
interface CreateBulkImportJobRequest {
errorReportLocation: ErrorReportLocation;
files: File[];
jobConfiguration: JobConfiguration;
jobName: string;
jobRoleArn: string;
}

§Properties

§
errorReportLocation: ErrorReportLocation
[src]

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

§
files: File[]
[src]

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

§
jobConfiguration: JobConfiguration
[src]

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

§
jobName: string
[src]

The unique name that helps identify the job request.

§
jobRoleArn: string
[src]

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