Interface CfnGlobalTablePropsMixin.ReadOnDemandThroughputSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGlobalTablePropsMixin.ReadOnDemandThroughputSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnGlobalTablePropsMixin
@Stability(Stable)
public static interface CfnGlobalTablePropsMixin.ReadOnDemandThroughputSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Sets the read request settings for a replica table or a replica global secondary index.
You can only specify this setting if your resource uses the PAY_PER_REQUEST BillingMode .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.dynamodb.*;
ReadOnDemandThroughputSettingsProperty readOnDemandThroughputSettingsProperty = ReadOnDemandThroughputSettingsProperty.builder()
.maxReadRequestUnits(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnGlobalTablePropsMixin.ReadOnDemandThroughputSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxReadRequestUnits
Maximum number of read request units for the specified replica of a global table.- See Also:
-
builder
@Stability(Stable) static CfnGlobalTablePropsMixin.ReadOnDemandThroughputSettingsProperty.Builder builder()
-