aws-cdk-lib.aws_stepfunctions_tasks.DynamoItemCollectionMetrics

enum DynamoItemCollectionMetrics

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

Determines whether item collection metrics are returned.

Members

NameDescription
SIZEIf set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation.
NONEIf 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.


NONE

If set to NONE, no statistics are returned.