pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.dynamodb.kotlin.outputs
/
TableProvisionedThroughput
Table
Provisioned
Throughput
data
class
TableProvisionedThroughput
(
val
readCapacityUnits
:
Int
,
val
writeCapacityUnits
:
Int
)
Types
Constructors
Properties
Constructors
Table
Provisioned
Throughput
Link copied to clipboard
fun
TableProvisionedThroughput
(
readCapacityUnits
:
Int
,
writeCapacityUnits
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
read
Capacity
Units
Link copied to clipboard
val
readCapacityUnits
:
Int
write
Capacity
Units
Link copied to clipboard
val
writeCapacityUnits
:
Int