EnableScalingProps¶
-
class
aws_cdk.aws_dynamodb.
EnableScalingProps
(*, max_capacity, min_capacity)¶ Bases:
object
Properties for enabling DynamoDB capacity scaling.
- Parameters
max_capacity (
Union
[int
,float
]) – Maximum capacity to scale to.min_capacity (
Union
[int
,float
]) – Minimum capacity to scale to.
Attributes
-
max_capacity
¶ Maximum capacity to scale to.
- Return type
Union
[int
,float
]
-
min_capacity
¶ Minimum capacity to scale to.
- Return type
Union
[int
,float
]