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::CollectionIndex
The AWS::OpenSearchServerless::CollectionIndex resource Property description not available. for OpenSearchServerless.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::OpenSearchServerless::CollectionIndex", "Properties" : { "Id" :String, "IndexName" :String, "IndexSchema" :String} }
YAML
Type: AWS::OpenSearchServerless::CollectionIndex Properties: Id:StringIndexName:StringIndexSchema:String
Properties
IdProperty description not available.
Required: Yes
Type: String
Pattern:
^[a-z0-9]{3,40}$Minimum:
3Maximum:
40Update requires: Replacement
IndexNameProperty description not available.
Required: Yes
Type: String
Pattern:
^(?![_-])[a-z][a-z0-9_-]*$Minimum:
1Maximum:
255Update requires: Replacement
IndexSchemaProperty description not available.
Required: No
Type: String
Pattern:
[\u0009\u000A\u000D\u0020-\u007E\u00A1-\u00FF]+Minimum:
1Maximum:
2480Update requires: No interruption