| 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.DatastorePartition
Description
Documentation
data DatastorePartition Source #
A single dimension to partition a data store. The dimension must be an
AttributePartition or a TimestampPartition.
See: newDatastorePartition smart constructor.
Constructors
| DatastorePartition' | |
Fields
| |
Instances
newDatastorePartition :: DatastorePartition Source #
Create a value of DatastorePartition 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:attributePartition:DatastorePartition', datastorePartition_attributePartition - A partition dimension defined by an attributeName.
$sel:timestampPartition:DatastorePartition', datastorePartition_timestampPartition - A partition dimension defined by a timestamp attribute.
datastorePartition_attributePartition :: Lens' DatastorePartition (Maybe Partition) Source #
A partition dimension defined by an attributeName.
datastorePartition_timestampPartition :: Lens' DatastorePartition (Maybe TimestampPartition) Source #
A partition dimension defined by a timestamp attribute.