v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142021,119944.8 KB

Gets the specified recommendation run that was used to generate rules.

post/#X-Amz-Target=AWSGlue.GetDataQualityRuleRecommendationRun

Headers

X-Amz-Target'AWSGlue.GetDataQualityRuleRecommendationRun' required

Request body

RunIdstring required

The unique run identifier associated with this run.

Response

Success

RunIdstring

The unique run identifier associated with this run.

Rolestring

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

NumberOfWorkersinteger

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

Timeoutinteger

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

Status'STARTING' | 'RUNNING' | 'STOPPING' | 'STOPPED' | 'SUCCEEDED' | 'FAILED' | 'TIMEOUT'

The status for this run.

ErrorStringstring

The error strings that are associated with the run.

StartedOnstring date-time

The date and time when this run started.

LastModifiedOnstring date-time

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

CompletedOnstring date-time

The date and time when this run was completed.

ExecutionTimeinteger

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

RecommendedRulesetstring

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.

CreatedRulesetNamestring

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