Interface CfnIndexPropsMixin.IndexCapacityConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnIndexPropsMixin.IndexCapacityConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnIndexPropsMixin

@Stability(Stable) public static interface CfnIndexPropsMixin.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.cfnpropertymixins.services.qbusiness.*;
 IndexCapacityConfigurationProperty indexCapacityConfigurationProperty = IndexCapacityConfigurationProperty.builder()
         .units(123)
         .build();
 

See Also: