DomainLogPublishingOptionArgs

data class DomainLogPublishingOptionArgs(val cloudwatchLogGroupArn: Output<String>, val enabled: Output<Boolean>? = null, val logType: Output<String>) : ConvertibleToJava<DomainLogPublishingOptionArgs>

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether given log publishing option is enabled or not.

Link copied to clipboard
val logType: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): DomainLogPublishingOptionArgs