| 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.TimeStreamQuery.Types.MultiMeasureAttributeMapping
Description
Synopsis
- data MultiMeasureAttributeMapping = MultiMeasureAttributeMapping' {}
- newMultiMeasureAttributeMapping :: Text -> ScalarMeasureValueType -> MultiMeasureAttributeMapping
- multiMeasureAttributeMapping_targetMultiMeasureAttributeName :: Lens' MultiMeasureAttributeMapping (Maybe Text)
- multiMeasureAttributeMapping_sourceColumn :: Lens' MultiMeasureAttributeMapping Text
- multiMeasureAttributeMapping_measureValueType :: Lens' MultiMeasureAttributeMapping ScalarMeasureValueType
Documentation
data MultiMeasureAttributeMapping Source #
Attribute mapping for MULTI value measures.
See: newMultiMeasureAttributeMapping smart constructor.
Constructors
| MultiMeasureAttributeMapping' | |
Fields
| |
Instances
newMultiMeasureAttributeMapping Source #
Arguments
| :: Text | |
| -> ScalarMeasureValueType | |
| -> MultiMeasureAttributeMapping |
Create a value of MultiMeasureAttributeMapping 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:targetMultiMeasureAttributeName:MultiMeasureAttributeMapping', multiMeasureAttributeMapping_targetMultiMeasureAttributeName - Custom name to be used for attribute name in derived table. If not
provided, source column name would be used.
$sel:sourceColumn:MultiMeasureAttributeMapping', multiMeasureAttributeMapping_sourceColumn - Source column from where the attribute value is to be read.
$sel:measureValueType:MultiMeasureAttributeMapping', multiMeasureAttributeMapping_measureValueType - Type of the attribute to be read from the source column.
multiMeasureAttributeMapping_targetMultiMeasureAttributeName :: Lens' MultiMeasureAttributeMapping (Maybe Text) Source #
Custom name to be used for attribute name in derived table. If not provided, source column name would be used.
multiMeasureAttributeMapping_sourceColumn :: Lens' MultiMeasureAttributeMapping Text Source #
Source column from where the attribute value is to be read.
multiMeasureAttributeMapping_measureValueType :: Lens' MultiMeasureAttributeMapping ScalarMeasureValueType Source #
Type of the attribute to be read from the source column.