All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.burkard.cdk.services.lex.cfnBot.TextLogDestinationProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.lex.cfnBot

@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object TextLogDestinationProperty {

  def apply(
    cloudWatch: software.amazon.awscdk.services.lex.CfnBot.CloudWatchLogGroupLogDestinationProperty
  ): software.amazon.awscdk.services.lex.CfnBot.TextLogDestinationProperty =
    (new software.amazon.awscdk.services.lex.CfnBot.TextLogDestinationProperty.Builder)
      .cloudWatch(cloudWatch)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy