libZSservicesZSamazonka-iotZSamazonka-iot
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoT.Types.TimestreamDimension

Description

 
Synopsis

Documentation

data TimestreamDimension Source #

Metadata attributes of the time series that are written in each measure record.

See: newTimestreamDimension smart constructor.

Constructors

TimestreamDimension' 

Fields

  • name :: Text

    The metadata dimension name. This is the name of the column in the Amazon Timestream database table record.

    Dimensions cannot be named: measure_name, measure_value, or time. These names are reserved. Dimension names cannot start with ts_ or measure_value and they cannot contain the colon (:) character.

  • value :: Text

    The value to write in this column of the database record.

Instances

Instances details
Eq TimestreamDimension Source # 
Instance details

Defined in Amazonka.IoT.Types.TimestreamDimension

Read TimestreamDimension Source # 
Instance details

Defined in Amazonka.IoT.Types.TimestreamDimension

Show TimestreamDimension Source # 
Instance details

Defined in Amazonka.IoT.Types.TimestreamDimension

Generic TimestreamDimension Source # 
Instance details

Defined in Amazonka.IoT.Types.TimestreamDimension

Associated Types

type Rep TimestreamDimension :: Type -> Type #

NFData TimestreamDimension Source # 
Instance details

Defined in Amazonka.IoT.Types.TimestreamDimension

Methods

rnf :: TimestreamDimension -> () #

Hashable TimestreamDimension Source # 
Instance details

Defined in Amazonka.IoT.Types.TimestreamDimension

ToJSON TimestreamDimension Source # 
Instance details

Defined in Amazonka.IoT.Types.TimestreamDimension

FromJSON TimestreamDimension Source # 
Instance details

Defined in Amazonka.IoT.Types.TimestreamDimension

type Rep TimestreamDimension Source # 
Instance details

Defined in Amazonka.IoT.Types.TimestreamDimension

type Rep TimestreamDimension = D1 ('MetaData "TimestreamDimension" "Amazonka.IoT.Types.TimestreamDimension" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "TimestreamDimension'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTimestreamDimension Source #

Create a value of TimestreamDimension 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:name:TimestreamDimension', timestreamDimension_name - The metadata dimension name. This is the name of the column in the Amazon Timestream database table record.

Dimensions cannot be named: measure_name, measure_value, or time. These names are reserved. Dimension names cannot start with ts_ or measure_value and they cannot contain the colon (:) character.

$sel:value:TimestreamDimension', timestreamDimension_value - The value to write in this column of the database record.

timestreamDimension_name :: Lens' TimestreamDimension Text Source #

The metadata dimension name. This is the name of the column in the Amazon Timestream database table record.

Dimensions cannot be named: measure_name, measure_value, or time. These names are reserved. Dimension names cannot start with ts_ or measure_value and they cannot contain the colon (:) character.

timestreamDimension_value :: Lens' TimestreamDimension Text Source #

The value to write in this column of the database record.