amazonka-glue-2.0: Amazon Glue SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Glue.StartDataQualityRulesetEvaluationRun

Description

Once you have a ruleset definition (either recommended or your own), you call this operation to evaluate the ruleset against a data source (Glue table). The evaluation computes results which you can retrieve with the GetDataQualityResult API.

Synopsis

Creating a Request

data StartDataQualityRulesetEvaluationRun Source #

Constructors

StartDataQualityRulesetEvaluationRun' 

Fields

Instances

Instances details
ToJSON StartDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

ToHeaders StartDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

ToPath StartDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

ToQuery StartDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

AWSRequest StartDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

Generic StartDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

Read StartDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

Show StartDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

NFData StartDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

Eq StartDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

Hashable StartDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

type AWSResponse StartDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

type Rep StartDataQualityRulesetEvaluationRun Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

type Rep StartDataQualityRulesetEvaluationRun = D1 ('MetaData "StartDataQualityRulesetEvaluationRun" "Amazonka.Glue.StartDataQualityRulesetEvaluationRun" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "StartDataQualityRulesetEvaluationRun'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "additionalRunOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataQualityEvaluationRunAdditionalRunOptions)) :*: (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "numberOfWorkers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataSource)) :*: (S1 ('MetaSel ('Just "role'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "rulesetNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))))

newStartDataQualityRulesetEvaluationRun Source #

Create a value of StartDataQualityRulesetEvaluationRun with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:additionalRunOptions:StartDataQualityRulesetEvaluationRun', startDataQualityRulesetEvaluationRun_additionalRunOptions - Additional run options you can specify for an evaluation run.

$sel:clientToken:StartDataQualityRulesetEvaluationRun', startDataQualityRulesetEvaluationRun_clientToken - Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.

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

StartDataQualityRulesetEvaluationRun, startDataQualityRulesetEvaluationRun_timeout - 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).

StartDataQualityRulesetEvaluationRun, startDataQualityRulesetEvaluationRun_dataSource - The data source (Glue table) associated with this run.

StartDataQualityRulesetEvaluationRun, startDataQualityRulesetEvaluationRun_role - An IAM role supplied to encrypt the results of the run.

$sel:rulesetNames:StartDataQualityRulesetEvaluationRun', startDataQualityRulesetEvaluationRun_rulesetNames - A list of ruleset names.

Request Lenses

startDataQualityRulesetEvaluationRun_clientToken :: Lens' StartDataQualityRulesetEvaluationRun (Maybe Text) Source #

Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.

startDataQualityRulesetEvaluationRun_numberOfWorkers :: Lens' StartDataQualityRulesetEvaluationRun (Maybe Int) Source #

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

startDataQualityRulesetEvaluationRun_timeout :: Lens' StartDataQualityRulesetEvaluationRun (Maybe Natural) Source #

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).

startDataQualityRulesetEvaluationRun_role :: Lens' StartDataQualityRulesetEvaluationRun Text Source #

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

Destructuring the Response

data StartDataQualityRulesetEvaluationRunResponse Source #

Constructors

StartDataQualityRulesetEvaluationRunResponse' 

Fields

Instances

Instances details
Generic StartDataQualityRulesetEvaluationRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

Read StartDataQualityRulesetEvaluationRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

Show StartDataQualityRulesetEvaluationRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

NFData StartDataQualityRulesetEvaluationRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

Eq StartDataQualityRulesetEvaluationRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

type Rep StartDataQualityRulesetEvaluationRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartDataQualityRulesetEvaluationRun

type Rep StartDataQualityRulesetEvaluationRunResponse = D1 ('MetaData "StartDataQualityRulesetEvaluationRunResponse" "Amazonka.Glue.StartDataQualityRulesetEvaluationRun" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "StartDataQualityRulesetEvaluationRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartDataQualityRulesetEvaluationRunResponse Source #

Create a value of StartDataQualityRulesetEvaluationRunResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartDataQualityRulesetEvaluationRunResponse, startDataQualityRulesetEvaluationRunResponse_runId - The unique run identifier associated with this run.

$sel:httpStatus:StartDataQualityRulesetEvaluationRunResponse', startDataQualityRulesetEvaluationRunResponse_httpStatus - The response's http status code.

Response Lenses