![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.lex.kotlin.outputs.BotTextLogDestination.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.lex.kotlin.outputs
import kotlin.Suppress
/**
* Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
* @property cloudWatch
*/
public data class BotTextLogDestination(
public val cloudWatch: BotCloudWatchLogGroupLogDestination,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.lex.outputs.BotTextLogDestination): BotTextLogDestination = BotTextLogDestination(
cloudWatch = javaType.cloudWatch().let({ args0 ->
com.pulumi.awsnative.lex.kotlin.outputs.BotCloudWatchLogGroupLogDestination.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy