Module: AWSCDK::StepFunctionsTasks::DynamoConsumedCapacity

Defined in:
step_functions_tasks/dynamo_consumed_capacity.rb

Overview

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

Constant Summary collapse

INDEXES =
Deprecated.
Note:

Default:

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

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.DynamoConsumedCapacity", "INDEXES")
TOTAL =
Deprecated.
Note:

Default:

The response includes only the aggregate ConsumedCapacity for the operation.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.DynamoConsumedCapacity", "TOTAL")
NONE =
Deprecated.
Note:

Default:

No ConsumedCapacity details are included in the response.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.DynamoConsumedCapacity", "NONE")