DynamoItemCollectionMetrics¶
-
class
aws_cdk.aws_stepfunctions_tasks.
DynamoItemCollectionMetrics
(value)¶ Bases:
enum.Enum
Determines whether item collection metrics are returned.
Attributes
-
NONE
¶ If set to NONE, no statistics are returned.
-
SIZE
¶ If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation.
-