AWSDynamoDBOnDemandThroughput
Objective-C
@interface AWSDynamoDBOnDemandThroughput
Swift
class AWSDynamoDBOnDemandThroughput
Sets the maximum number of read and write units for the specified on-demand table. If you use this parameter, you must specify MaxReadRequestUnits, MaxWriteRequestUnits, or both.
-
Maximum number of read request units for the specified table.
To specify a maximum
OnDemandThroughputon your table, set the value ofMaxReadRequestUnitsas greater than or equal to 1. To remove the maximumOnDemandThroughputthat is currently set on your table, set the value ofMaxReadRequestUnitsto -1.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxReadRequestUnits;Swift
var maxReadRequestUnits: NSNumber? { get set } -
Maximum number of write request units for the specified table.
To specify a maximum
OnDemandThroughputon your table, set the value ofMaxWriteRequestUnitsas greater than or equal to 1. To remove the maximumOnDemandThroughputthat is currently set on your table, set the value ofMaxWriteRequestUnitsto -1.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxWriteRequestUnits;Swift
var maxWriteRequestUnits: NSNumber? { get set }
View on GitHub
Install in Dash
AWSDynamoDBOnDemandThroughput Class Reference