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

GetDataQualityRuleRecommendationRunResponse

import type { GetDataQualityRuleRecommendationRunResponse } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface GetDataQualityRuleRecommendationRunResponse {
CompletedOn?: Date | number | null;
CreatedRulesetName?: string | null;
DataSource?: DataSource | null;
ErrorString?: string | null;
ExecutionTime?: number | null;
LastModifiedOn?: Date | number | null;
NumberOfWorkers?: number | null;
RecommendedRuleset?: string | null;
Role?: string | null;
RunId?: string | null;
StartedOn?: Date | number | null;
Status?: TaskStatusType | null;
Timeout?: number | null;
}

§Properties

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

The date and time when this run was completed.

§
CreatedRulesetName?: string | null
[src]

The name of the ruleset that was created by the run.

§
DataSource?: DataSource | null
[src]

The data source (an Glue table) associated with this run.

§
ErrorString?: string | null
[src]

The error strings that are associated with the run.

§
ExecutionTime?: number | null
[src]

The amount of time (in seconds) that the run consumed resources.

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

A timestamp. The last point in time when this data quality rule recommendation run was modified.

§
NumberOfWorkers?: number | null
[src]

The number of G.1X workers to be used in the run. The default is 5.

§
RecommendedRuleset?: string | null
[src]

When a start rule recommendation run completes, it creates a recommended ruleset (a set of rules). This member has those rules in Data Quality Definition Language (DQDL) format.

§
Role?: string | null
[src]

An IAM role supplied to encrypt the results of the run.

§
RunId?: string | null
[src]

The unique run identifier associated with this run.

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

The date and time when this run started.

§
Status?: TaskStatusType | null
[src]

The status for this run.

§
Timeout?: number | null
[src]

The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).