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 |
Synopsis
- data ReplicaGlobalSecondaryIndexDescription = ReplicaGlobalSecondaryIndexDescription' {}
- newReplicaGlobalSecondaryIndexDescription :: ReplicaGlobalSecondaryIndexDescription
- replicaGlobalSecondaryIndexDescription_provisionedThroughputOverride :: Lens' ReplicaGlobalSecondaryIndexDescription (Maybe ProvisionedThroughputOverride)
- replicaGlobalSecondaryIndexDescription_indexName :: Lens' ReplicaGlobalSecondaryIndexDescription (Maybe Text)
Documentation
data ReplicaGlobalSecondaryIndexDescription Source #
Represents the properties of a replica global secondary index.
See: newReplicaGlobalSecondaryIndexDescription
smart constructor.
ReplicaGlobalSecondaryIndexDescription' | |
|
Instances
newReplicaGlobalSecondaryIndexDescription :: ReplicaGlobalSecondaryIndexDescription Source #
Create a value of ReplicaGlobalSecondaryIndexDescription
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:ReplicaGlobalSecondaryIndexDescription'
, replicaGlobalSecondaryIndexDescription_provisionedThroughputOverride
- If not described, uses the source table GSI's read capacity settings.
$sel:indexName:ReplicaGlobalSecondaryIndexDescription'
, replicaGlobalSecondaryIndexDescription_indexName
- The name of the global secondary index.
replicaGlobalSecondaryIndexDescription_provisionedThroughputOverride :: Lens' ReplicaGlobalSecondaryIndexDescription (Maybe ProvisionedThroughputOverride) Source #
If not described, uses the source table GSI's read capacity settings.
replicaGlobalSecondaryIndexDescription_indexName :: Lens' ReplicaGlobalSecondaryIndexDescription (Maybe Text) Source #
The name of the global secondary index.