| 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.MultiMeasureMappings
Description
Synopsis
- data MultiMeasureMappings = MultiMeasureMappings' {}
- newMultiMeasureMappings :: NonEmpty MultiMeasureAttributeMapping -> MultiMeasureMappings
- multiMeasureMappings_targetMultiMeasureName :: Lens' MultiMeasureMappings (Maybe Text)
- multiMeasureMappings_multiMeasureAttributeMappings :: Lens' MultiMeasureMappings (NonEmpty MultiMeasureAttributeMapping)
Documentation
data MultiMeasureMappings Source #
Only one of MixedMeasureMappings or MultiMeasureMappings is to be provided. MultiMeasureMappings can be used to ingest data as multi measures in the derived table.
See: newMultiMeasureMappings smart constructor.
Constructors
| MultiMeasureMappings' | |
Fields
| |
Instances
newMultiMeasureMappings Source #
Arguments
| :: NonEmpty MultiMeasureAttributeMapping | |
| -> MultiMeasureMappings |
Create a value of MultiMeasureMappings 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:targetMultiMeasureName:MultiMeasureMappings', multiMeasureMappings_targetMultiMeasureName - The name of the target multi-measure name in the derived table. This
input is required when measureNameColumn is not provided. If
MeasureNameColumn is provided, then value from that column will be used
as multi-measure name.
$sel:multiMeasureAttributeMappings:MultiMeasureMappings', multiMeasureMappings_multiMeasureAttributeMappings - Required. Attribute mappings to be used for mapping query results to
ingest data for multi-measure attributes.
multiMeasureMappings_targetMultiMeasureName :: Lens' MultiMeasureMappings (Maybe Text) Source #
The name of the target multi-measure name in the derived table. This input is required when measureNameColumn is not provided. If MeasureNameColumn is provided, then value from that column will be used as multi-measure name.
multiMeasureMappings_multiMeasureAttributeMappings :: Lens' MultiMeasureMappings (NonEmpty MultiMeasureAttributeMapping) Source #
Required. Attribute mappings to be used for mapping query results to ingest data for multi-measure attributes.