AWS::OpenSearchServerless::CollectionGroupResource Type definition for AWS::OpenSearchServerless::CollectionGroup
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
StandbyReplicas | string | RequiredCreate-only |
CapacityLimits | CapacityLimits | |
Description | string | |
Tags | Array<Tag> |
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 group. |
Id | string | The unique identifier of the collection group. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::OpenSearchServerless::CollectionGroup
Resources:
MyResource:
Type: AWS::OpenSearchServerless::CollectionGroup
Properties:
Name: "my-name"
StandbyReplicas: "ENABLED"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
aoss:CreateCollectionGroupaoss:BatchGetCollectionGroupaoss:TagResourceaoss:BatchGetCollectionGroupaoss:ListTagsForResourceaoss:UpdateCollectionGroupaoss:BatchGetCollectionGroupaoss:TagResourceaoss:UntagResourceaoss:DeleteCollectionGroupaoss:BatchGetCollectionGroupaoss:ListCollectionGroupsOur 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.
NameStandbyReplicas