DomainLogPublishingOptionArgs

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

Constructors

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

Properties

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

Functions

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