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 ReplicaGlobalSecondaryIndexSettingsUpdate = ReplicaGlobalSecondaryIndexSettingsUpdate' {}
- newReplicaGlobalSecondaryIndexSettingsUpdate :: Text -> ReplicaGlobalSecondaryIndexSettingsUpdate
- replicaGlobalSecondaryIndexSettingsUpdate_provisionedReadCapacityAutoScalingSettingsUpdate :: Lens' ReplicaGlobalSecondaryIndexSettingsUpdate (Maybe AutoScalingSettingsUpdate)
- replicaGlobalSecondaryIndexSettingsUpdate_provisionedReadCapacityUnits :: Lens' ReplicaGlobalSecondaryIndexSettingsUpdate (Maybe Natural)
- replicaGlobalSecondaryIndexSettingsUpdate_indexName :: Lens' ReplicaGlobalSecondaryIndexSettingsUpdate Text
Documentation
data ReplicaGlobalSecondaryIndexSettingsUpdate Source #
Represents the settings of a global secondary index for a global table that will be modified.
See: newReplicaGlobalSecondaryIndexSettingsUpdate
smart constructor.
ReplicaGlobalSecondaryIndexSettingsUpdate' | |
|
Instances
newReplicaGlobalSecondaryIndexSettingsUpdate Source #
Create a value of ReplicaGlobalSecondaryIndexSettingsUpdate
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:provisionedReadCapacityAutoScalingSettingsUpdate:ReplicaGlobalSecondaryIndexSettingsUpdate'
, replicaGlobalSecondaryIndexSettingsUpdate_provisionedReadCapacityAutoScalingSettingsUpdate
- Auto scaling settings for managing a global secondary index replica's
read capacity units.
$sel:provisionedReadCapacityUnits:ReplicaGlobalSecondaryIndexSettingsUpdate'
, replicaGlobalSecondaryIndexSettingsUpdate_provisionedReadCapacityUnits
- The maximum number of strongly consistent reads consumed per second
before DynamoDB returns a ThrottlingException
.
$sel:indexName:ReplicaGlobalSecondaryIndexSettingsUpdate'
, replicaGlobalSecondaryIndexSettingsUpdate_indexName
- The name of the global secondary index. The name must be unique among
all other indexes on this table.
replicaGlobalSecondaryIndexSettingsUpdate_provisionedReadCapacityAutoScalingSettingsUpdate :: Lens' ReplicaGlobalSecondaryIndexSettingsUpdate (Maybe AutoScalingSettingsUpdate) Source #
Auto scaling settings for managing a global secondary index replica's read capacity units.
replicaGlobalSecondaryIndexSettingsUpdate_provisionedReadCapacityUnits :: Lens' ReplicaGlobalSecondaryIndexSettingsUpdate (Maybe Natural) Source #
The maximum number of strongly consistent reads consumed per second
before DynamoDB returns a ThrottlingException
.
replicaGlobalSecondaryIndexSettingsUpdate_indexName :: Lens' ReplicaGlobalSecondaryIndexSettingsUpdate Text Source #
The name of the global secondary index. The name must be unique among all other indexes on this table.