Values.AwsDynamoDbTableProvisionedThroughputSourceInformation about the provisioned throughput for the table or for a global secondary index.
type nonrec t = {lastDecreaseDateTime : NonEmptyString.t option;Indicates when the provisioned throughput was last decreased. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)lastIncreaseDateTime : NonEmptyString.t option;Indicates when the provisioned throughput was last increased. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)numberOfDecreasesToday : Integer.t option;The number of times during the current UTC calendar day that the provisioned throughput was decreased.
*)readCapacityUnits : Integer.t option;The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.
*)writeCapacityUnits : Integer.t option;The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]