GetAppSpecFunctionLogDestinationOpenSearchBasicAuth

data class GetAppSpecFunctionLogDestinationOpenSearchBasicAuth(val password: String? = null, val user: String? = null)

Constructors

constructor(password: String? = null, user: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

Password for user defined in User. Is required when endpoint is set. Cannot be set if using a DigitalOcean DBaaS OpenSearch cluster.

Link copied to clipboard
val user: String? = null

Username to authenticate with. Only required when endpoint is set. Defaults to doadmin when cluster_name is set.