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

DescribeDataIngestionJobResponse

import type { DescribeDataIngestionJobResponse } from "https://aws-api.deno.dev/v0.3/services/lookoutequipment.ts?docs=full";
interface DescribeDataIngestionJobResponse {
CreatedAt?: Date | number | null;
DatasetArn?: string | null;
FailedReason?: string | null;
IngestionInputConfiguration?: IngestionInputConfiguration | null;
JobId?: string | null;
RoleArn?: string | null;
Status?: IngestionJobStatus | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]

The time at which the data ingestion job was created.

§
DatasetArn?: string | null
[src]

The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.

§
FailedReason?: string | null
[src]

Specifies the reason for failure when a data ingestion job has failed.

§
IngestionInputConfiguration?: IngestionInputConfiguration | null
[src]

Specifies the S3 location configuration for the data input for the data ingestion job.

§
JobId?: string | null
[src]

Indicates the job ID of the data ingestion job.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.

§
Status?: IngestionJobStatus | null
[src]

Indicates the status of the DataIngestionJob operation.