Interface CfnRetriever.KendraIndexConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRetriever.KendraIndexConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnRetriever

@Stability(Stable) public static interface CfnRetriever.KendraIndexConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Stores an Amazon Kendra index as a retriever.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.qbusiness.*;
 KendraIndexConfigurationProperty kendraIndexConfigurationProperty = KendraIndexConfigurationProperty.builder()
         .indexId("indexId")
         .build();
 

See Also: