DomainLogPublishingOption

data class DomainLogPublishingOption(val cloudwatchLogGroupArn: String, val enabled: Boolean? = null, val logType: String)

Constructors

Link copied to clipboard
constructor(cloudwatchLogGroupArn: String, enabled: Boolean? = null, logType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN of the Cloudwatch log group to which log needs to be published.

Link copied to clipboard
val enabled: Boolean? = null

Whether given log publishing option is enabled or not.

Link copied to clipboard

Type of Elasticsearch log. Valid values: INDEX_SLOW_LOGS, SEARCH_SLOW_LOGS, ES_APPLICATION_LOGS, AUDIT_LOGS.