View a markdown version of this page

AWS::OpenSearchServerless::CollectionIndex - AWS CloudFormation

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: 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