Interface CfnGlobalTable.WriteOnDemandThroughputSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGlobalTable.WriteOnDemandThroughputSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnGlobalTable
@Stability(Stable)
public static interface CfnGlobalTable.WriteOnDemandThroughputSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Sets the write request settings for a global table or a 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.services.dynamodb.*;
WriteOnDemandThroughputSettingsProperty writeOnDemandThroughputSettingsProperty = WriteOnDemandThroughputSettingsProperty.builder()
.maxWriteRequestUnits(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGlobalTable.WriteOnDemandThroughputSettingsPropertystatic final classAn implementation forCfnGlobalTable.WriteOnDemandThroughputSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxWriteRequestUnits
Maximum number of write request settings for the specified replica of a global table.- See Also:
-
builder
-