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

StartDataIngestionJobRequest

import type { StartDataIngestionJobRequest } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface StartDataIngestionJobRequest {
ClientToken: string;
DatasetName: string;
IngestionInputConfiguration: IngestionInputConfiguration;
RoleArn: string;
}

§Properties

§
ClientToken: string
[src]

A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.

§
DatasetName: string
[src]

The name of the dataset being used by the data ingestion job.

§
IngestionInputConfiguration: IngestionInputConfiguration
[src]

Specifies information for the input data for the data ingestion job, including dataset S3 location.

§
RoleArn: string
[src]

The Amazon Resource Name (ARN) of a role with permission to access the data source for the data ingestion job.