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

DescribeJobRunResponse

import type { DescribeJobRunResponse } from "https://aws-api.deno.dev/v0.4/services/databrew.ts?docs=full";
interface DescribeJobRunResponse {
Attempt?: number | null;
CompletedOn?: Date | number | null;
DatabaseOutputs?: DatabaseOutput[] | null;
DataCatalogOutputs?: DataCatalogOutput[] | null;
DatasetName?: string | null;
ErrorMessage?: string | null;
ExecutionTime?: number | null;
JobName: string;
JobSample?: JobSample | null;
LogGroupName?: string | null;
LogSubscription?: LogSubscription | null;
Outputs?: Output[] | null;
ProfileConfiguration?: ProfileConfiguration | null;
RecipeReference?: RecipeReference | null;
RunId?: string | null;
StartedBy?: string | null;
StartedOn?: Date | number | null;
State?: JobRunState | null;
ValidationConfigurations?: ValidationConfiguration[] | null;
}

§Properties

§
Attempt?: number | null
[src]

The number of times that DataBrew has attempted to run the job.

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

The date and time when the job completed processing.

§
DatabaseOutputs?: DatabaseOutput[] | null
[src]

Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.

§
DataCatalogOutputs?: DataCatalogOutput[] | null
[src]

One or more artifacts that represent the Glue Data Catalog output from running the job.

§
DatasetName?: string | null
[src]

The name of the dataset for the job to process.

§
ErrorMessage?: string | null
[src]

A message indicating an error (if any) that was encountered when the job ran.

§
ExecutionTime?: number | null
[src]

The amount of time, in seconds, during which the job run consumed resources.

§
JobName: string
[src]

The name of the job being processed during this run.

§
JobSample?: JobSample | null
[src]

Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.

§
LogGroupName?: string | null
[src]

The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.

§
LogSubscription?: LogSubscription | null
[src]

The current status of Amazon CloudWatch logging for the job run.

§
Outputs?: Output[] | null
[src]

One or more output artifacts from a job run.

§
ProfileConfiguration?: ProfileConfiguration | null
[src]

Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.

§
RecipeReference?: RecipeReference | null
[src]
§
RunId?: string | null
[src]

The unique identifier of the job run.

§
StartedBy?: string | null
[src]

The Amazon Resource Name (ARN) of the user who started the job run.

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

The date and time when the job run began.

§
State?: JobRunState | null
[src]

The current state of the job run entity itself.

§
ValidationConfigurations?: ValidationConfiguration[] | null
[src]

List of validation configurations that are applied to the profile job.