BotAssociationLexBotArgs

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

Constructors

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

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.

Functions

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