| 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.KeySpaces.Types.ClusteringKey
Description
Synopsis
Documentation
data ClusteringKey Source #
The optional clustering column portion of your primary key determines how the data is clustered and sorted within each partition.
See: newClusteringKey smart constructor.
Constructors
| ClusteringKey' | |
Instances
Create a value of ClusteringKey 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:name:ClusteringKey', clusteringKey_name - The name(s) of the clustering column(s).
$sel:orderBy:ClusteringKey', clusteringKey_orderBy - Sets the ascendant (ASC) or descendant (DESC) order modifier.
clusteringKey_name :: Lens' ClusteringKey Text Source #
The name(s) of the clustering column(s).
clusteringKey_orderBy :: Lens' ClusteringKey SortOrder Source #
Sets the ascendant (ASC) or descendant (DESC) order modifier.