| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Stratosphere.ResourceProperties.DynamoDBProvisionedThroughput
Description
Describes a set of provisioned throughput values for an AWS::DynamoDB::Table resource. DynamoDB uses these capacity units to allocate sufficient resources to provide the requested throughput. For a complete discussion of DynamoDB provisioned throughput values, see Specifying Read and Write Requirements in the DynamoDB Developer Guide.
- data DynamoDBProvisionedThroughput = DynamoDBProvisionedThroughput {}
 - dynamoDBProvisionedThroughput :: Val Integer' -> Val Integer' -> DynamoDBProvisionedThroughput
 - ddbptReadCapacityUnits :: Lens' DynamoDBProvisionedThroughput (Val Integer')
 - ddbptWriteCapacityUnits :: Lens' DynamoDBProvisionedThroughput (Val Integer')
 
Documentation
data DynamoDBProvisionedThroughput Source #
Full data type definition for DynamoDBProvisionedThroughput. See
 dynamoDBProvisionedThroughput for a more convenient constructor.
Constructors
| DynamoDBProvisionedThroughput | |
dynamoDBProvisionedThroughput Source #
Arguments
| :: Val Integer' | |
| -> Val Integer' | |
| -> DynamoDBProvisionedThroughput | 
Constructor for DynamoDBProvisionedThroughput containing required
 fields as arguments.
ddbptReadCapacityUnits :: Lens' DynamoDBProvisionedThroughput (Val Integer') Source #
Sets the desired minimum number of consistent reads of items (up to 1KB in size) per second for the specified table before Amazon DynamoDB balances the load.
ddbptWriteCapacityUnits :: Lens' DynamoDBProvisionedThroughput (Val Integer') Source #
Sets the desired minimum number of consistent writes of items (up to 1KB in size) per second for the specified table before Amazon DynamoDB balances the load.