AwsDynamoDbTableProvisionedThroughput

Information about the provisioned throughput for the table or for a global secondary index.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates when the provisioned throughput was last decreased.

Link copied to clipboard

Indicates when the provisioned throughput was last increased.

Link copied to clipboard

The number of times during the current UTC calendar day that the provisioned throughput was decreased.

Link copied to clipboard

The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.

Link copied to clipboard

The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String