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: