This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 CloudFormation template, use the following syntax:
JSON
{ "MaxIndexingCapacityInOcu" :Number, "MaxSearchCapacityInOcu" :Number, "MinIndexingCapacityInOcu" :Number, "MinSearchCapacityInOcu" :Number}
YAML
MaxIndexingCapacityInOcu:NumberMaxSearchCapacityInOcu:NumberMinIndexingCapacityInOcu:NumberMinSearchCapacityInOcu:Number
Properties
MaxIndexingCapacityInOcu-
The maximum indexing capacity for collections.
Required: No
Type: Number
Minimum:
2Update requires: No interruption
MaxSearchCapacityInOcu-
The maximum search capacity for collections.
Required: No
Type: Number
Minimum:
2Update 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