One Observability Workshop v3.0.0
One Observability Workshop / constructs/opensearch-collection / OpenSearchCollectionProperties
Interface: OpenSearchCollectionProperties¶
Defined in: constructs/opensearch-collection.ts:40
Properties for configuring OpenSearchCollection construct OpenSearchCollectionProperties
Properties¶
collectionName?¶
optionalcollectionName:string
Defined in: constructs/opensearch-collection.ts:45
Name of the OpenSearch Serverless collection
Default¶
description?¶
optionaldescription:string
Defined in: constructs/opensearch-collection.ts:50
Description for the OpenSearch Serverless collection
Default¶
type?¶
optionaltype:"SEARCH"|"TIMESERIES"|"VECTORSEARCH"
Defined in: constructs/opensearch-collection.ts:55
Type of the OpenSearch Serverless collection
Default¶
ingestionRoles?¶
optionalingestionRoles:IRole[]
Defined in: constructs/opensearch-collection.ts:60
Roles that need access to ingest data into the OpenSearch collection