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

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

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

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

  def apply(
    lambdaCodeHook: software.amazon.awscdk.services.lex.CfnBot.LambdaCodeHookProperty
  ): software.amazon.awscdk.services.lex.CfnBot.CodeHookSpecificationProperty =
    (new software.amazon.awscdk.services.lex.CfnBot.CodeHookSpecificationProperty.Builder)
      .lambdaCodeHook(lambdaCodeHook)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy