AppSpecFunctionLogDestinationOpenSearch

data class AppSpecFunctionLogDestinationOpenSearch(val basicAuth: AppSpecFunctionLogDestinationOpenSearchBasicAuth, val clusterName: String? = null, val endpoint: String? = null, val indexName: String? = null)

Constructors

Link copied to clipboard
constructor(basicAuth: AppSpecFunctionLogDestinationOpenSearchBasicAuth, clusterName: String? = null, endpoint: String? = null, indexName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val clusterName: String? = null

The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if cluster_name is not set, a new cluster will be provisioned.

Link copied to clipboard
val endpoint: String? = null

OpenSearch endpoint.

Link copied to clipboard
val indexName: String? = null

OpenSearch index name.