View a markdown version of this page

AWS::OpenSearchServerless::CollectionIndex - 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::CollectionIndex

The AWS::OpenSearchServerless::CollectionIndex resource Property description not available. for OpenSearchServerless.

Syntax

To declare this entity in your Amazon 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: String IndexName: String IndexSchema: String

Properties

Id

Property description not available.

Required: Yes

Type: String

Pattern: ^[a-z0-9]{3,40}$

Minimum: 3

Maximum: 40

Update requires: Replacement

IndexName

Property description not available.

Required: Yes

Type: String

Pattern: ^(?![_-])[a-z][a-z0-9_-]*$

Minimum: 1

Maximum: 255

Update requires: Replacement

IndexSchema

Property description not available.

Required: No

Type: String

Pattern: [\u0009\u000A\u000D\u0020-\u007E\u00A1-\u00FF]+

Minimum: 1

Maximum: 2480

Update requires: No interruption

Return values

Ref