AWSDynamoDBProvisionedThroughputOverride
Objective-C
@interface AWSDynamoDBProvisionedThroughputOverride
Swift
class AWSDynamoDBProvisionedThroughputOverride
Replica-specific provisioned throughput settings. If not specified, uses the source table’s provisioned throughput settings.
-
Replica-specific read capacity units. If not specified, uses the source table’s read capacity settings.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable readCapacityUnits;
Swift
var readCapacityUnits: NSNumber? { get set }