aws::opensearch-serverless-collection¶
Create an OpenSearch Serverless collection.
Example¶
aws::opensearch-serverless-collection collection-example
name: "collection-example"
description: "Collection example"
type: "SEARCH"
standby-replicas: "ENABLED"
tags: {
Name: "collection-example"
}
end
Attributes¶
Attribute | Description |
---|---|
name | The name of the collection. (Required) |
description | The description of the collection. |
type | The type of the collection. Valid values are SEARCH , TIMESERIES or VECTORSEARCH . (Required) |
standby-replicas | Should the collection have standby replicas. Valid values are ENABLED or DISABLED . (Required) |
tags map | The tags attached to the collection. |
Outputs¶
Attribute | Description |
---|---|
arn | The ARN of the collection. |
id | The ID of the collection. |