Module: AWSCDK::StepFunctionsTasks::DynamoItemCollectionMetrics

Defined in:
step_functions_tasks/dynamo_item_collection_metrics.rb

Overview

Determines whether item collection metrics are returned.

Constant Summary collapse

SIZE =
Deprecated.
Note:

Default:

If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation.

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

Default:

If set to NONE, no statistics are returned.

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