AWS::OpenSearchServerless::IndexAn OpenSearch Serverless index resource
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CollectionEndpoint | string | RequiredCreate-only |
IndexName | string | RequiredCreate-only |
Mappings | object | |
Settings | IndexSettings |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Uuid | string | The unique identifier for the index. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::OpenSearchServerless::Index
Resources:
MyResource:
Type: AWS::OpenSearchServerless::Index
Properties:
CollectionEndpoint: "value"
IndexName: "my-indexname"Permissions CloudFormation needs in your IAM role to manage this resource.
aoss:APIAccessAllaoss:APIAccessAllaoss:APIAccessAllaoss:APIAccessAllaoss:APIAccessAllOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIndexNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
IndexNameCollectionEndpoint