CollectionGroupCapacityLimits
Capacity limits for a collection group. These limits define the minimum and maximum OpenSearch Compute Units (OCUs) for indexing and search operations that can be used by collections in the group.
Contents
- maxIndexingCapacityInOCU
-
The maximum indexing capacity for collections in the group.
Type: Float
Valid Range: Minimum value of 1.
Required: No
- maxSearchCapacityInOCU
-
The maximum search capacity for collections in the group.
Type: Float
Valid Range: Minimum value of 1.
Required: No
- minIndexingCapacityInOCU
-
The minimum indexing capacity for collections in the group.
Type: Float
Valid Range: Minimum value of 1.
Required: No
- minSearchCapacityInOCU
-
The minimum search capacity for collections in the group.
Type: Float
Valid Range: Minimum value of 1.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: