ProjectionType
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
Enumeration Members
Section titled “Enumeration Members”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
Section titled “INCLUDE”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
Section titled “KEYS_ONLY”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.