amazonka-databrew-2.0: Amazon Glue DataBrew 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.DataBrew.Types.AllowedStatistics

Description

 
Synopsis

Documentation

data AllowedStatistics Source #

Configuration of statistics that are allowed to be run on columns that contain detected entities. When undefined, no statistics will be computed on columns that contain detected entities.

See: newAllowedStatistics smart constructor.

Constructors

AllowedStatistics' 

Fields

Instances

Instances details
FromJSON AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

ToJSON AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

Generic AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

Associated Types

type Rep AllowedStatistics :: Type -> Type #

Read AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

Show AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

NFData AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

Methods

rnf :: AllowedStatistics -> () #

Eq AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

Hashable AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

type Rep AllowedStatistics Source # 
Instance details

Defined in Amazonka.DataBrew.Types.AllowedStatistics

type Rep AllowedStatistics = D1 ('MetaData "AllowedStatistics" "Amazonka.DataBrew.Types.AllowedStatistics" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "AllowedStatistics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "statistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newAllowedStatistics Source #

Create a value of AllowedStatistics 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:statistics:AllowedStatistics', allowedStatistics_statistics - One or more column statistics to allow for columns that contain detected entities.

allowedStatistics_statistics :: Lens' AllowedStatistics (NonEmpty Text) Source #

One or more column statistics to allow for columns that contain detected entities.