AWS::OpenSearchServerless::CollectionAmazon OpenSearchServerless collection resource
7 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
CollectionGroupName | string | Create-only |
Description | string | |
EncryptionConfig | EncryptionConfig | Create-onlyWrite-only |
StandbyReplicas | string | Create-only |
Tags | Array<Tag> | Create-onlyWrite-only |
Type | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the collection. |
CollectionEndpoint | string | The endpoint for the collection. |
DashboardEndpoint | string | The OpenSearch Dashboards endpoint for the collection. |
Id | string | The identifier of the collection |
KmsKeyArn | string | Key Management Service key used to encrypt the collection. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::OpenSearchServerless::Collection
Resources:
MyResource:
Type: AWS::OpenSearchServerless::Collection
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
aoss:CreateCollectionaoss:BatchGetCollectionaoss:AddCollectionToCollectionGroupiam:CreateServiceLinkedRolekms:CreateGrantkms:DescribeKeyaoss:DeleteCollectionaoss:BatchGetCollectionaoss:ListCollectionsaoss:BatchGetCollectionaoss:UpdateCollectionaoss:BatchGetCollectionOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameTagsTypeStandbyReplicasCollectionGroupNameEncryptionConfig