Interface CfnIndexPropsMixin.CapacityUnitsConfigurationProperty

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

@Stability(Stable) public static interface CfnIndexPropsMixin.CapacityUnitsConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Specifies additional capacity units configured for your Enterprise Edition index.

You can add and remove capacity units to fit your usage requirements.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.kendra.mixins.*;
 CapacityUnitsConfigurationProperty capacityUnitsConfigurationProperty = CapacityUnitsConfigurationProperty.builder()
         .queryCapacityUnits(123)
         .storageCapacityUnits(123)
         .build();
 

See Also: