interface IndexCapacityConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QBusiness.Mixins.CfnIndexPropsMixin.IndexCapacityConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsqbusiness/mixins#CfnIndexPropsMixin_IndexCapacityConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.qbusiness.mixins.CfnIndexPropsMixin.IndexCapacityConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_qbusiness.mixins.CfnIndexPropsMixin.IndexCapacityConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_qbusiness » mixins » CfnIndexPropsMixin » IndexCapacityConfigurationProperty |
Provides information about index capacity configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as qbusiness_mixins } from '@aws-cdk/mixins-preview/aws-qbusiness';
const indexCapacityConfigurationProperty: qbusiness_mixins.CfnIndexPropsMixin.IndexCapacityConfigurationProperty = {
units: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| units? | number | The number of storage units configured for an Amazon Q Business index. |
units?
Type:
number
(optional)
The number of storage units configured for an Amazon Q Business index.

.NET
Go
Java
Python
TypeScript