BotAssociationLexBotArgs

data class BotAssociationLexBotArgs(val lexRegion: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<BotAssociationLexBotArgs>

Constructors

Link copied to clipboard
fun BotAssociationLexBotArgs(lexRegion: Output<String>? = null, name: Output<String>)

Functions

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

Properties

Link copied to clipboard
val lexRegion: Output<String>? = null

The Region that the Amazon Lex (V1) bot was created in. Defaults to current region.

Link copied to clipboard
val name: Output<String>

The name of the Amazon Lex (V1) bot.