LogPublishingOptionResponse

data class LogPublishingOptionResponse(val cloudWatchLogsLogGroupArn: String? = null, val enabled: Boolean? = null)

Definition of LogPublishingOption

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val enabled: Boolean? = null

Whether the log should be published.