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

IngestionInputConfiguration

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

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

interface IngestionInputConfiguration {
S3InputConfiguration: IngestionS3InputConfiguration;
}

§Properties

§

The location information for the S3 bucket used for input data for the data ingestion.