AWSDynamoDBOnDemandThroughputOverride

Objective-C

@interface AWSDynamoDBOnDemandThroughputOverride

Swift

class AWSDynamoDBOnDemandThroughputOverride

Overrides the on-demand throughput settings for this replica table. If you don’t specify a value for this parameter, it uses the source table’s on-demand throughput settings.

  • Maximum number of read request units for the specified replica table.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxReadRequestUnits;

    Swift

    var maxReadRequestUnits: NSNumber? { get set }