TableCapacitySpecification class

Constructors

TableCapacitySpecification({Input<int?>? readCapacityUnits, Input<String?>? throughputMode, Input<int?>? writeCapacityUnits})
Creates a new TableCapacitySpecification. readCapacityUnits The throughput capacity specified for read operations defined in read capacity units (RCUs). throughputMode The read/write throughput capacity mode for a table. Valid values: PAY_PER_REQUEST, PROVISIONED. The default value is PAY_PER_REQUEST. writeCapacityUnits The throughput capacity specified for write operations defined in write capacity units (WCUs).
const
TableCapacitySpecification.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
readCapacityUnits → Input<int?>?
The throughput capacity specified for read operations defined in read capacity units (RCUs).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
throughputMode → Input<String?>?
The read/write throughput capacity mode for a table. Valid values: PAY_PER_REQUEST, PROVISIONED. The default value is PAY_PER_REQUEST.
final
writeCapacityUnits → Input<int?>?
The throughput capacity specified for write operations defined in write capacity units (WCUs).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited