Skip to content

StreamViewType

Open in ChatGPTOpen in Claude

Defined in: node_modules/.pnpm/aws-cdk-lib@2.261.0_constructs@10.7.0/node_modules/aws-cdk-lib/aws-dynamodb/lib/shared.d.ts:265

When an item in the table is modified, StreamViewType determines what information is written to the stream for this table.

https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_StreamSpecification.html

KEYS_ONLY: "KEYS_ONLY"

Defined in: node_modules/.pnpm/aws-cdk-lib@2.261.0_constructs@10.7.0/node_modules/aws-cdk-lib/aws-dynamodb/lib/shared.d.ts:281

Only the key attributes of the modified item are written to the stream.


NEW_AND_OLD_IMAGES: "NEW_AND_OLD_IMAGES"

Defined in: node_modules/.pnpm/aws-cdk-lib@2.261.0_constructs@10.7.0/node_modules/aws-cdk-lib/aws-dynamodb/lib/shared.d.ts:277

Both the new and the old item images of the item are written to the stream.


NEW_IMAGE: "NEW_IMAGE"

Defined in: node_modules/.pnpm/aws-cdk-lib@2.261.0_constructs@10.7.0/node_modules/aws-cdk-lib/aws-dynamodb/lib/shared.d.ts:269

The entire item, as it appears after it was modified, is written to the stream.


OLD_IMAGE: "OLD_IMAGE"

Defined in: node_modules/.pnpm/aws-cdk-lib@2.261.0_constructs@10.7.0/node_modules/aws-cdk-lib/aws-dynamodb/lib/shared.d.ts:273

The entire item, as it appeared before it was modified, is written to the stream.

© 2026 Axis Tech. Powered by axis-tech.co.