1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. lex
  5. getBotVersion

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.lex.getBotVersion

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

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.

Using getBotVersion

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getBotVersion(args: GetBotVersionArgs, opts?: InvokeOptions): Promise<GetBotVersionResult>
function getBotVersionOutput(args: GetBotVersionOutputArgs, opts?: InvokeOptions): Output<GetBotVersionResult>
Copy
def get_bot_version(bot_id: Optional[str] = None,
                    bot_version: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetBotVersionResult
def get_bot_version_output(bot_id: Optional[pulumi.Input[str]] = None,
                    bot_version: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetBotVersionResult]
Copy
func LookupBotVersion(ctx *Context, args *LookupBotVersionArgs, opts ...InvokeOption) (*LookupBotVersionResult, error)
func LookupBotVersionOutput(ctx *Context, args *LookupBotVersionOutputArgs, opts ...InvokeOption) LookupBotVersionResultOutput
Copy

> Note: This function is named LookupBotVersion in the Go SDK.

public static class GetBotVersion 
{
    public static Task<GetBotVersionResult> InvokeAsync(GetBotVersionArgs args, InvokeOptions? opts = null)
    public static Output<GetBotVersionResult> Invoke(GetBotVersionInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetBotVersionResult> getBotVersion(GetBotVersionArgs args, InvokeOptions options)
public static Output<GetBotVersionResult> getBotVersion(GetBotVersionArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:lex:getBotVersion
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

BotId This property is required. string
The unique identifier of the bot.
BotVersionValue This property is required. string
The version of the bot.
BotId This property is required. string
The unique identifier of the bot.
BotVersion This property is required. string
The version of the bot.
botId This property is required. String
The unique identifier of the bot.
botVersion This property is required. String
The version of the bot.
botId This property is required. string
The unique identifier of the bot.
botVersion This property is required. string
The version of the bot.
bot_id This property is required. str
The unique identifier of the bot.
bot_version This property is required. str
The version of the bot.
botId This property is required. String
The unique identifier of the bot.
botVersion This property is required. String
The version of the bot.

getBotVersion Result

The following output properties are available:

BotVersionValue string
The version of the bot.
Description string
The description of the version.
BotVersion string
The version of the bot.
Description string
The description of the version.
botVersion String
The version of the bot.
description String
The description of the version.
botVersion string
The version of the bot.
description string
The description of the version.
bot_version str
The version of the bot.
description str
The description of the version.
botVersion String
The version of the bot.
description String
The description of the version.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi