Interface CfnIndex.IndexCapacityConfigurationProperty
- All Superinterfaces:
 software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
 CfnIndex.IndexCapacityConfigurationProperty.Jsii$Proxy
- Enclosing class:
 CfnIndex
@Stability(Stable)
public static interface CfnIndex.IndexCapacityConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.qbusiness.*;
 IndexCapacityConfigurationProperty indexCapacityConfigurationProperty = IndexCapacityConfigurationProperty.builder()
         .units(123)
         .build();
 
 - See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIndex.IndexCapacityConfigurationPropertystatic final classAn implementation forCfnIndex.IndexCapacityConfigurationProperty - 
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Method Details
- 
getUnits
The number of storage units configured for an Amazon Q Business index.- See Also:
 
 - 
builder
 
 -