AWSDynamoDBBillingModeSummary
Objective-C
@interface AWSDynamoDBBillingModeSummary
Swift
class AWSDynamoDBBillingModeSummary
Contains the details for the read/write capacity mode.
-
Controls how you are charged for read and write throughput and how you manage capacity. This setting can be changed later.
PROVISIONED
- Sets the read/write capacity mode toPROVISIONED
. We recommend usingPROVISIONED
for predictable workloads.PAY_PER_REQUEST
- Sets the read/write capacity mode toPAY_PER_REQUEST
. We recommend usingPAY_PER_REQUEST
for unpredictable workloads.
Declaration
Objective-C
@property (nonatomic) AWSDynamoDBBillingMode billingMode;
Swift
var billingMode: AWSDynamoDBBillingMode { get set }
-
Represents the time when
PAY_PER_REQUEST
was last set as the read/write capacity mode.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastUpdateToPayPerRequestDateTime;
Swift
var lastUpdateToPayPerRequestDateTime: Date? { get set }