| 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.DateMeasureField
Description
Synopsis
- data DateMeasureField = DateMeasureField' {}
 - newDateMeasureField :: Text -> ColumnIdentifier -> DateMeasureField
 - dateMeasureField_aggregationFunction :: Lens' DateMeasureField (Maybe DateAggregationFunction)
 - dateMeasureField_formatConfiguration :: Lens' DateMeasureField (Maybe DateTimeFormatConfiguration)
 - dateMeasureField_fieldId :: Lens' DateMeasureField Text
 - dateMeasureField_column :: Lens' DateMeasureField ColumnIdentifier
 
Documentation
data DateMeasureField Source #
The measure type field with date type columns.
See: newDateMeasureField smart constructor.
Constructors
| DateMeasureField' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> ColumnIdentifier | |
| -> DateMeasureField | 
Create a value of DateMeasureField 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:DateMeasureField', dateMeasureField_aggregationFunction - The aggregation function of the measure field.
$sel:formatConfiguration:DateMeasureField', dateMeasureField_formatConfiguration - The format configuration of the field.
$sel:fieldId:DateMeasureField', dateMeasureField_fieldId - The custom field ID.
$sel:column:DateMeasureField', dateMeasureField_column - The column that is used in the DateMeasureField.
dateMeasureField_aggregationFunction :: Lens' DateMeasureField (Maybe DateAggregationFunction) Source #
The aggregation function of the measure field.
dateMeasureField_formatConfiguration :: Lens' DateMeasureField (Maybe DateTimeFormatConfiguration) Source #
The format configuration of the field.
dateMeasureField_fieldId :: Lens' DateMeasureField Text Source #
The custom field ID.
dateMeasureField_column :: Lens' DateMeasureField ColumnIdentifier Source #
The column that is used in the DateMeasureField.