interface IndexCapacityConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QBusiness.CfnIndexPropsMixin.IndexCapacityConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsqbusiness#CfnIndexPropsMixin_IndexCapacityConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.qbusiness.CfnIndexPropsMixin.IndexCapacityConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_qbusiness.CfnIndexPropsMixin.IndexCapacityConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_qbusiness » 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 { aws_qbusiness as qbusiness } from '@aws-cdk/cfn-property-mixins';
const indexCapacityConfigurationProperty: qbusiness.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