interface NativeIndexConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QBusiness.CfnRetrieverPropsMixin.NativeIndexConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsqbusiness#CfnRetrieverPropsMixin_NativeIndexConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.qbusiness.CfnRetrieverPropsMixin.NativeIndexConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_qbusiness.CfnRetrieverPropsMixin.NativeIndexConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_qbusiness » CfnRetrieverPropsMixin » NativeIndexConfigurationProperty |
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 { aws_qbusiness as qbusiness } from '@aws-cdk/cfn-property-mixins';
const nativeIndexConfigurationProperty: qbusiness.CfnRetrieverPropsMixin.NativeIndexConfigurationProperty = {
indexId: 'indexId',
};
Properties
| Name | Type | Description |
|---|---|---|
| index | string | The identifier for the Amazon Q Business index. |
indexId?
Type:
string
(optional)
The identifier for the Amazon Q Business index.

.NET
Go
Java
Python
TypeScript