DynamoConsumedCapacity
- class aws_cdk.aws_stepfunctions_tasks.DynamoConsumedCapacity(value)
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.