Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data TimestampPartition Source #
A partition dimension defined by a timestamp attribute.
See: newTimestampPartition
smart constructor.
TimestampPartition' | |
|
Instances
newTimestampPartition Source #
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.