| 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.IoTAnalytics.Types.TimestampPartition
Description
Documentation
data TimestampPartition Source #
A partition dimension defined by a timestamp attribute.
See: newTimestampPartition smart constructor.
Constructors
| TimestampPartition' | |
Fields
| |
Instances
newTimestampPartition Source #
Arguments
| :: Text | |
| -> TimestampPartition |
Create a value of TimestampPartition 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:timestampFormat:TimestampPartition', timestampPartition_timestampFormat - The timestamp format of a partition defined by a timestamp. The default
format is seconds since epoch (January 1, 1970 at midnight UTC time).
$sel:attributeName:TimestampPartition', timestampPartition_attributeName - The attribute name of the partition defined by a timestamp.
timestampPartition_timestampFormat :: Lens' TimestampPartition (Maybe Text) Source #
The timestamp format of a partition defined by a timestamp. The default format is seconds since epoch (January 1, 1970 at midnight UTC time).
timestampPartition_attributeName :: Lens' TimestampPartition Text Source #
The attribute name of the partition defined by a timestamp.