BotAliasLocaleSettingsArgs

data class BotAliasLocaleSettingsArgs(val codeHookSpecification: Output<BotAliasCodeHookSpecificationArgs>? = null, val enabled: Output<Boolean>) : ConvertibleToJava<BotAliasLocaleSettingsArgs>

You can use this parameter to specify a specific Lambda function to run different functions in different locales.

Constructors

Link copied to clipboard
constructor(codeHookSpecification: Output<BotAliasCodeHookSpecificationArgs>? = null, enabled: Output<Boolean>)

Properties

Link copied to clipboard
Link copied to clipboard
val enabled: Output<Boolean>

Whether the Lambda code hook is enabled

Functions

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