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.Types.DataQualityRulesetEvaluationRunFilter

Description

 
Synopsis

Documentation

data DataQualityRulesetEvaluationRunFilter Source #

The filter criteria.

See: newDataQualityRulesetEvaluationRunFilter smart constructor.

Constructors

DataQualityRulesetEvaluationRunFilter' 

Fields

Instances

Instances details
ToJSON DataQualityRulesetEvaluationRunFilter Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityRulesetEvaluationRunFilter

Generic DataQualityRulesetEvaluationRunFilter Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityRulesetEvaluationRunFilter

Read DataQualityRulesetEvaluationRunFilter Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityRulesetEvaluationRunFilter

Show DataQualityRulesetEvaluationRunFilter Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityRulesetEvaluationRunFilter

NFData DataQualityRulesetEvaluationRunFilter Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityRulesetEvaluationRunFilter

Eq DataQualityRulesetEvaluationRunFilter Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityRulesetEvaluationRunFilter

Hashable DataQualityRulesetEvaluationRunFilter Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityRulesetEvaluationRunFilter

type Rep DataQualityRulesetEvaluationRunFilter Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityRulesetEvaluationRunFilter

type Rep DataQualityRulesetEvaluationRunFilter = D1 ('MetaData "DataQualityRulesetEvaluationRunFilter" "Amazonka.Glue.Types.DataQualityRulesetEvaluationRunFilter" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "DataQualityRulesetEvaluationRunFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startedAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "startedBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataSource))))

newDataQualityRulesetEvaluationRunFilter Source #

Create a value of DataQualityRulesetEvaluationRunFilter 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:startedAfter:DataQualityRulesetEvaluationRunFilter', dataQualityRulesetEvaluationRunFilter_startedAfter - Filter results by runs that started after this time.

$sel:startedBefore:DataQualityRulesetEvaluationRunFilter', dataQualityRulesetEvaluationRunFilter_startedBefore - Filter results by runs that started before this time.

$sel:dataSource:DataQualityRulesetEvaluationRunFilter', dataQualityRulesetEvaluationRunFilter_dataSource - Filter based on a data source (an Glue table) associated with the run.

dataQualityRulesetEvaluationRunFilter_dataSource :: Lens' DataQualityRulesetEvaluationRunFilter DataSource Source #

Filter based on a data source (an Glue table) associated with the run.