BotVersion

class BotVersion : KotlinCustomResource

A version is a numbered snapshot of your work that you can publish for use in different parts of your workflow, such as development, beta deployment, and production.

Properties

Link copied to clipboard
val botId: Output<String>

The unique identifier of the bot.

Link copied to clipboard
val botVersion: Output<String>

The version of the bot.

Link copied to clipboard

Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.

Link copied to clipboard
val description: Output<String>?

The description of the version.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>