CollectionGroupCapacityLimits - Amazon OpenSearch Serverless
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 0.

Required: No

minSearchCapacityInOCU

The minimum search capacity for collections in the group.

Type: Float

Valid Range: Minimum value of 0.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: