amazonka-timestream-query-2.0: Amazon Timestream Query SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.TimeStreamQuery.Types.MultiMeasureAttributeMapping

Description

 
Synopsis

Documentation

data MultiMeasureAttributeMapping Source #

Attribute mapping for MULTI value measures.

See: newMultiMeasureAttributeMapping smart constructor.

Constructors

MultiMeasureAttributeMapping' 

Fields

Instances

Instances details
FromJSON MultiMeasureAttributeMapping Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.MultiMeasureAttributeMapping

ToJSON MultiMeasureAttributeMapping Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.MultiMeasureAttributeMapping

Generic MultiMeasureAttributeMapping Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.MultiMeasureAttributeMapping

Associated Types

type Rep MultiMeasureAttributeMapping :: Type -> Type #

Read MultiMeasureAttributeMapping Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.MultiMeasureAttributeMapping

Show MultiMeasureAttributeMapping Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.MultiMeasureAttributeMapping

NFData MultiMeasureAttributeMapping Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.MultiMeasureAttributeMapping

Eq MultiMeasureAttributeMapping Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.MultiMeasureAttributeMapping

Hashable MultiMeasureAttributeMapping Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.MultiMeasureAttributeMapping

type Rep MultiMeasureAttributeMapping Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.MultiMeasureAttributeMapping

type Rep MultiMeasureAttributeMapping = D1 ('MetaData "MultiMeasureAttributeMapping" "Amazonka.TimeStreamQuery.Types.MultiMeasureAttributeMapping" "amazonka-timestream-query-2.0-HD7xx47Lw3eG6c52GyReXL" 'False) (C1 ('MetaCons "MultiMeasureAttributeMapping'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetMultiMeasureAttributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceColumn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "measureValueType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScalarMeasureValueType))))

newMultiMeasureAttributeMapping Source #

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.