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

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

The newest version!
package io.burkard.cdk.services.lex.cfnBot

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

  def apply(
    enabled: Boolean,
    codeHookSpecification: Option[software.amazon.awscdk.services.lex.CfnBot.CodeHookSpecificationProperty] = None
  ): software.amazon.awscdk.services.lex.CfnBot.BotAliasLocaleSettingsProperty =
    (new software.amazon.awscdk.services.lex.CfnBot.BotAliasLocaleSettingsProperty.Builder)
      .enabled(enabled)
      .codeHookSpecification(codeHookSpecification.orNull)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy