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.TimeStreamWrite.Types.Dimension
Description
Synopsis
Documentation
Dimension represents the meta data attributes of the time series. For example, the name and availability zone of an EC2 instance or the name of the manufacturer of a wind turbine are dimensions.
See: newDimension
smart constructor.
Constructors
Dimension' | |
Fields
|
Instances
ToJSON Dimension Source # | |
Defined in Amazonka.TimeStreamWrite.Types.Dimension | |
Generic Dimension Source # | |
Read Dimension Source # | |
Show Dimension Source # | |
NFData Dimension Source # | |
Defined in Amazonka.TimeStreamWrite.Types.Dimension | |
Eq Dimension Source # | |
Hashable Dimension Source # | |
Defined in Amazonka.TimeStreamWrite.Types.Dimension | |
type Rep Dimension Source # | |
Defined in Amazonka.TimeStreamWrite.Types.Dimension type Rep Dimension = D1 ('MetaData "Dimension" "Amazonka.TimeStreamWrite.Types.Dimension" "amazonka-timestream-write-2.0-LXdAXNx5NaTIjNxYPQvSVq" 'False) (C1 ('MetaCons "Dimension'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dimensionValueType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DimensionValueType)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) |
Create a value of Dimension
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:dimensionValueType:Dimension'
, dimension_dimensionValueType
- The data type of the dimension for the time series data point.
$sel:name:Dimension'
, dimension_name
- Dimension represents the meta data attributes of the time series. For
example, the name and availability zone of an EC2 instance or the name
of the manufacturer of a wind turbine are dimensions.
For constraints on Dimension names, see Naming Constraints.
$sel:value:Dimension'
, dimension_value
- The value of the dimension.
dimension_dimensionValueType :: Lens' Dimension (Maybe DimensionValueType) Source #
The data type of the dimension for the time series data point.
dimension_name :: Lens' Dimension Text Source #
Dimension represents the meta data attributes of the time series. For example, the name and availability zone of an EC2 instance or the name of the manufacturer of a wind turbine are dimensions.
For constraints on Dimension names, see Naming Constraints.