DynamoConsumedCapacity
- class aws_cdk.aws_stepfunctions_tasks.DynamoConsumedCapacity(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
Enum
Determines the level of detail about provisioned throughput consumption that is returned.
Attributes
- INDEXES
The response includes the aggregate ConsumedCapacity for the operation, together with ConsumedCapacity for each table and secondary index that was accessed.
- NONE
No ConsumedCapacity details are included in the response.
- TOTAL
The response includes only the aggregate ConsumedCapacity for the operation.