| 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.QuickSight.Types.CategoricalMeasureField
Description
Synopsis
- data CategoricalMeasureField = CategoricalMeasureField' {}
- newCategoricalMeasureField :: Text -> ColumnIdentifier -> CategoricalMeasureField
- categoricalMeasureField_aggregationFunction :: Lens' CategoricalMeasureField (Maybe CategoricalAggregationFunction)
- categoricalMeasureField_formatConfiguration :: Lens' CategoricalMeasureField (Maybe StringFormatConfiguration)
- categoricalMeasureField_fieldId :: Lens' CategoricalMeasureField Text
- categoricalMeasureField_column :: Lens' CategoricalMeasureField ColumnIdentifier
Documentation
data CategoricalMeasureField Source #
The measure type field with categorical type columns.
See: newCategoricalMeasureField smart constructor.
Constructors
| CategoricalMeasureField' | |
Fields
| |
Instances
newCategoricalMeasureField Source #
Arguments
| :: Text | |
| -> ColumnIdentifier | |
| -> CategoricalMeasureField |
Create a value of CategoricalMeasureField 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:aggregationFunction:CategoricalMeasureField', categoricalMeasureField_aggregationFunction - The aggregation function of the measure field.
$sel:formatConfiguration:CategoricalMeasureField', categoricalMeasureField_formatConfiguration - The format configuration of the field.
$sel:fieldId:CategoricalMeasureField', categoricalMeasureField_fieldId - The custom field ID.
$sel:column:CategoricalMeasureField', categoricalMeasureField_column - The column that is used in the CategoricalMeasureField.
categoricalMeasureField_aggregationFunction :: Lens' CategoricalMeasureField (Maybe CategoricalAggregationFunction) Source #
The aggregation function of the measure field.
categoricalMeasureField_formatConfiguration :: Lens' CategoricalMeasureField (Maybe StringFormatConfiguration) Source #
The format configuration of the field.
categoricalMeasureField_fieldId :: Lens' CategoricalMeasureField Text Source #
The custom field ID.
categoricalMeasureField_column :: Lens' CategoricalMeasureField ColumnIdentifier Source #
The column that is used in the CategoricalMeasureField.