public static final class CfnTable.ProvisionedThroughputProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTable.ProvisionedThroughputProperty
CfnTable.ProvisionedThroughputProperty
CfnTable.ProvisionedThroughputProperty.Builder, CfnTable.ProvisionedThroughputProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getReadCapacityUnits()
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a `ThrottlingException` .
|
java.lang.Number |
getWriteCapacityUnits()
The maximum number of writes consumed per second before DynamoDB returns a `ThrottlingException` .
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getReadCapacityUnits()
CfnTable.ProvisionedThroughputProperty
For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide .
If read/write capacity mode is PAY_PER_REQUEST
the value is set to 0.
getReadCapacityUnits
in interface CfnTable.ProvisionedThroughputProperty
public final java.lang.Number getWriteCapacityUnits()
CfnTable.ProvisionedThroughputProperty
For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide .
If read/write capacity mode is PAY_PER_REQUEST
the value is set to 0.
getWriteCapacityUnits
in interface CfnTable.ProvisionedThroughputProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()