| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
Arguments
| :: NonEmpty Text | |
| -> AllowedStatistics |
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.