| 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 |
Amazonka.SecurityHub.Types.AwsDynamoDbTableProvisionedThroughputOverride
Description
Synopsis
- data AwsDynamoDbTableProvisionedThroughputOverride = AwsDynamoDbTableProvisionedThroughputOverride' {}
- newAwsDynamoDbTableProvisionedThroughputOverride :: AwsDynamoDbTableProvisionedThroughputOverride
- awsDynamoDbTableProvisionedThroughputOverride_readCapacityUnits :: Lens' AwsDynamoDbTableProvisionedThroughputOverride (Maybe Int)
Documentation
data AwsDynamoDbTableProvisionedThroughputOverride Source #
Replica-specific configuration for the provisioned throughput.
See: newAwsDynamoDbTableProvisionedThroughputOverride smart constructor.
Constructors
| AwsDynamoDbTableProvisionedThroughputOverride' | |
Fields
| |
Instances
newAwsDynamoDbTableProvisionedThroughputOverride :: AwsDynamoDbTableProvisionedThroughputOverride Source #
Create a value of AwsDynamoDbTableProvisionedThroughputOverride 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:readCapacityUnits:AwsDynamoDbTableProvisionedThroughputOverride', awsDynamoDbTableProvisionedThroughputOverride_readCapacityUnits - The read capacity units for the replica.
awsDynamoDbTableProvisionedThroughputOverride_readCapacityUnits :: Lens' AwsDynamoDbTableProvisionedThroughputOverride (Maybe Int) Source #
The read capacity units for the replica.