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 DatastorePartition Source #
A single dimension to partition a data store. The dimension must be an
AttributePartition
or a TimestampPartition
.
See: newDatastorePartition
smart constructor.
DatastorePartition' | |
|
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.