BotCloudWatchLogGroupLogDestinationArgs

data class BotCloudWatchLogGroupLogDestinationArgs(val cloudWatchLogGroupArn: Output<String>, val logPrefix: Output<String>) : ConvertibleToJava<BotCloudWatchLogGroupLogDestinationArgs>

Constructors

Link copied to clipboard
constructor(cloudWatchLogGroupArn: Output<String>, logPrefix: Output<String>)

Properties

Link copied to clipboard

A string used to identify the groupArn for the Cloudwatch Log Group

Link copied to clipboard
val logPrefix: Output<String>

A string containing the value for the Log Prefix

Functions

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