AWS::OpenSearchServerless::CollectionGroup CapacityLimits - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::OpenSearchServerless::CollectionGroup CapacityLimits

The maximum capacity limits for all OpenSearch Serverless collections, in OpenSearch Compute Units (OCUs). These limits are used to scale your collections based on the current workload. For more information, see Managing capacity limits for Amazon OpenSearch Serverless.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

MaxIndexingCapacityInOcu

The maximum indexing capacity for collections.

Required: No

Type: Number

Minimum: 2

Update requires: No interruption

MaxSearchCapacityInOcu

The maximum search capacity for collections.

Required: No

Type: Number

Minimum: 2

Update requires: No interruption

MinIndexingCapacityInOcu

The minimum indexing capacity for collections.

Required: No

Type: Number

Update requires: No interruption

MinSearchCapacityInOcu

The minimum search capacity for collections.

Required: No

Type: Number

Update requires: No interruption