| 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.Athena.Types.CalculationConfiguration
Description
Documentation
data CalculationConfiguration Source #
Contains configuration information for the calculation.
See: newCalculationConfiguration smart constructor.
Constructors
| CalculationConfiguration' | |
Instances
newCalculationConfiguration :: CalculationConfiguration Source #
Create a value of CalculationConfiguration 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:codeBlock:CalculationConfiguration', calculationConfiguration_codeBlock - A string that contains the code for the calculation.
calculationConfiguration_codeBlock :: Lens' CalculationConfiguration (Maybe Text) Source #
A string that contains the code for the calculation.