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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.dynamodb.CfnTable.ProvisionedThroughputProperty
CfnTable.ProvisionedThroughputProperty.Builder, CfnTable.ProvisionedThroughputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTable.ProvisionedThroughputProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal NumberThe maximum number of strongly consistent reads consumed per second before DynamoDB returns aThrottlingException.final NumberThe maximum number of writes consumed per second before DynamoDB returns aThrottlingException.final inthashCode()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.ProvisionedThroughputPropertyThe 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_REQUESTthe value is set to 0.- Specified by:
getReadCapacityUnitsin interfaceCfnTable.ProvisionedThroughputProperty
-
getWriteCapacityUnits
Description copied from interface:CfnTable.ProvisionedThroughputPropertyThe 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_REQUESTthe value is set to 0.- Specified by:
getWriteCapacityUnitsin interfaceCfnTable.ProvisionedThroughputProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-