Interface CfnRetrieverPropsMixin.NativeIndexConfigurationProperty

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

@Stability(Stable) public static interface CfnRetrieverPropsMixin.NativeIndexConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration information for an Amazon Q Business index.

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.*;
 NativeIndexConfigurationProperty nativeIndexConfigurationProperty = NativeIndexConfigurationProperty.builder()
         .indexId("indexId")
         .build();
 

See Also: