Class CfnTable.ProvisionedThroughputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.CfnTable.ProvisionedThroughputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTable.ProvisionedThroughputProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTable.ProvisionedThroughputProperty
@Stability(Stable)
@Internal
public static final class CfnTable.ProvisionedThroughputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTable.ProvisionedThroughputProperty
An implementation for
CfnTable.ProvisionedThroughputProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.dynamodb.CfnTable.ProvisionedThroughputProperty
CfnTable.ProvisionedThroughputProperty.Builder, CfnTable.ProvisionedThroughputProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTable.ProvisionedThroughputProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
The maximum number of strongly consistent reads consumed per second before DynamoDB returns aThrottlingException
.final Number
The maximum number of writes consumed per second before DynamoDB returns aThrottlingException
.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTable.ProvisionedThroughputProperty.Builder
.
-
-
Method Details
-
getReadCapacityUnits
Description copied from interface:CfnTable.ProvisionedThroughputProperty
The maximum number of strongly consistent reads consumed per second before DynamoDB returns aThrottlingException
.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.- Specified by:
getReadCapacityUnits
in interfaceCfnTable.ProvisionedThroughputProperty
- See Also:
-
getWriteCapacityUnits
Description copied from interface:CfnTable.ProvisionedThroughputProperty
The maximum number of writes consumed per second before DynamoDB returns aThrottlingException
.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.- Specified by:
getWriteCapacityUnits
in interfaceCfnTable.ProvisionedThroughputProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-