Skip to content

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?

optional collectionName: string

Defined in: constructs/opensearch-collection.ts:45

Name of the OpenSearch Serverless collection

Default

'petadoption-collection'

description?

optional description: string

Defined in: constructs/opensearch-collection.ts:50

Description for the OpenSearch Serverless collection

Default

'Pet adoption data collection'

type?

optional type: "SEARCH" | "TIMESERIES" | "VECTORSEARCH"

Defined in: constructs/opensearch-collection.ts:55

Type of the OpenSearch Serverless collection

Default

'TIMESERIES'

ingestionRoles?

optional ingestionRoles: IRole[]

Defined in: constructs/opensearch-collection.ts:60

Roles that need access to ingest data into the OpenSearch collection

Optional