| 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.DynamoDB.Types.ReplicaGlobalSecondaryIndex
Description
Synopsis
- data ReplicaGlobalSecondaryIndex = ReplicaGlobalSecondaryIndex' {}
- newReplicaGlobalSecondaryIndex :: Text -> ReplicaGlobalSecondaryIndex
- replicaGlobalSecondaryIndex_provisionedThroughputOverride :: Lens' ReplicaGlobalSecondaryIndex (Maybe ProvisionedThroughputOverride)
- replicaGlobalSecondaryIndex_indexName :: Lens' ReplicaGlobalSecondaryIndex Text
Documentation
data ReplicaGlobalSecondaryIndex Source #
Represents the properties of a replica global secondary index.
See: newReplicaGlobalSecondaryIndex smart constructor.
Constructors
| ReplicaGlobalSecondaryIndex' | |
Fields
| |
Instances
newReplicaGlobalSecondaryIndex Source #
Create a value of ReplicaGlobalSecondaryIndex 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:provisionedThroughputOverride:ReplicaGlobalSecondaryIndex', replicaGlobalSecondaryIndex_provisionedThroughputOverride - Replica table GSI-specific provisioned throughput. If not specified,
uses the source table GSI's read capacity settings.
$sel:indexName:ReplicaGlobalSecondaryIndex', replicaGlobalSecondaryIndex_indexName - The name of the global secondary index.
replicaGlobalSecondaryIndex_provisionedThroughputOverride :: Lens' ReplicaGlobalSecondaryIndex (Maybe ProvisionedThroughputOverride) Source #
Replica table GSI-specific provisioned throughput. If not specified, uses the source table GSI's read capacity settings.
replicaGlobalSecondaryIndex_indexName :: Lens' ReplicaGlobalSecondaryIndex Text Source #
The name of the global secondary index.