| 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.Glue.Types.PartitionIndex
Description
Synopsis
Documentation
data PartitionIndex Source #
A structure for a partition index.
See: newPartitionIndex smart constructor.
Constructors
| PartitionIndex' | |
Instances
Arguments
| :: NonEmpty Text | |
| -> Text | |
| -> PartitionIndex |
Create a value of PartitionIndex 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:keys:PartitionIndex', partitionIndex_keys - The keys for the partition index.
$sel:indexName:PartitionIndex', partitionIndex_indexName - The name of the partition index.
partitionIndex_keys :: Lens' PartitionIndex (NonEmpty Text) Source #
The keys for the partition index.
partitionIndex_indexName :: Lens' PartitionIndex Text Source #
The name of the partition index.