LogPublishingOptionArgs

data class LogPublishingOptionArgs(val cloudWatchLogsLogGroupArn: Output<String>? = null, val enabled: Output<Boolean>? = null) : ConvertibleToJava<LogPublishingOptionArgs>

Definition of LogPublishingOption

Constructors

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

Properties

Link copied to clipboard
val cloudWatchLogsLogGroupArn: Output<String>? = null

The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.

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

Whether the log should be published.

Functions

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