Interface CfnRetrieverPropsMixin.KendraIndexConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRetrieverPropsMixin.KendraIndexConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnRetrieverPropsMixin
@Stability(Stable)
public static interface CfnRetrieverPropsMixin.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.cfnpropertymixins.services.qbusiness.*;
KendraIndexConfigurationProperty kendraIndexConfigurationProperty = KendraIndexConfigurationProperty.builder()
.indexId("indexId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRetrieverPropsMixin.KendraIndexConfigurationPropertystatic final classAn implementation forCfnRetrieverPropsMixin.KendraIndexConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIndexId
The identifier of the Amazon Kendra index.- See Also:
-
builder
-