Skip to content

ProjectionType

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:188

The set of attributes that are projected into the index

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

ALL: "ALL"

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:201

All of the table attributes are projected into the index.


INCLUDE: "INCLUDE"

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:197

Only the specified table attributes are projected into the index. The list of projected attributes is in nonKeyAttributes.


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:192

Only the index and primary keys are projected into the index.

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