| 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.IoT.Types.TimestreamDimension
Description
Documentation
data TimestreamDimension Source #
Metadata attributes of the time series that are written in each measure record.
See: newTimestreamDimension smart constructor.
Constructors
| TimestreamDimension' | |
Fields
| |
Instances
newTimestreamDimension Source #
Arguments
| :: Text | |
| -> Text | |
| -> TimestreamDimension |
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.