aws-cdk-lib.aws_stepfunctions_tasks.DynamoConsumedCapacity

enum DynamoConsumedCapacity

LanguageType name
.NETAmazon.CDK.AWS.StepFunctions.Tasks.DynamoConsumedCapacity
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctionstasks#DynamoConsumedCapacity
Javasoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacity
Pythonaws_cdk.aws_stepfunctions_tasks.DynamoConsumedCapacity
TypeScript (source)aws-cdk-lib » aws_stepfunctions_tasks » DynamoConsumedCapacity

Determines the level of detail about provisioned throughput consumption that is returned.

Members

NameDescription
INDEXESThe response includes the aggregate ConsumedCapacity for the operation, together with ConsumedCapacity for each table and secondary index that was accessed.
TOTALThe response includes only the aggregate ConsumedCapacity for the operation.
NONENo ConsumedCapacity details are included in the response.

INDEXES

The response includes the aggregate ConsumedCapacity for the operation, together with ConsumedCapacity for each table and secondary index that was accessed.


TOTAL

The response includes only the aggregate ConsumedCapacity for the operation.


NONE

No ConsumedCapacity details are included in the response.