@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / kendra / KendraGenAiIndexProps
Properties for creating a GenAI Index.
readonly
optional
documentCapacityUnits:number
The document capacity units. Every unit increases the baseline capacity by 20,000 documents.
E.g. documentCapacityUnits: 1
means Baseline + 20,000 documents = 40,000 documents
0 - baseline capacity of 20,000 documents
readonly
optional
kmsKey:IKey
The identifier of the AWS KMS customer managed key (CMK) to use to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn’t support asymmetric CMKs.
- AWS managed encryption key is used.
readonly
optional
name:string
The name of the index.
- A name is generated by CDK.
readonly
optional
queryCapacityUnits:number
The query capacity units. Every unit increases the baseline capacity by 0.1 QPS.
E.g. queryCapacityUnits: 7
means Baseline + 0.1 QPS * 7 = 0.8 QPS
0 - baseline capacity of 0.1 QPS