1. Packages
  2. AWS Native
  3. API Docs
  4. lex
  5. BotVersion

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.101.0 published on Thursday, Apr 11, 2024 by Pulumi

aws-native.lex.BotVersion

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.101.0 published on Thursday, Apr 11, 2024 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.

    Create BotVersion Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new BotVersion(name: string, args: BotVersionArgs, opts?: CustomResourceOptions);
    @overload
    def BotVersion(resource_name: str,
                   args: BotVersionArgs,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def BotVersion(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   bot_id: Optional[str] = None,
                   bot_version_locale_specification: Optional[Sequence[BotVersionLocaleSpecificationArgs]] = None,
                   description: Optional[str] = None)
    func NewBotVersion(ctx *Context, name string, args BotVersionArgs, opts ...ResourceOption) (*BotVersion, error)
    public BotVersion(string name, BotVersionArgs args, CustomResourceOptions? opts = null)
    public BotVersion(String name, BotVersionArgs args)
    public BotVersion(String name, BotVersionArgs args, CustomResourceOptions options)
    
    type: aws-native:lex:BotVersion
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args BotVersionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args BotVersionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args BotVersionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BotVersionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BotVersionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const botVersionResource = new aws_native.lex.BotVersion("botVersionResource", {
        botId: "string",
        botVersionLocaleSpecification: [{
            botVersionLocaleDetails: {
                sourceBotVersion: "string",
            },
            localeId: "string",
        }],
        description: "string",
    });
    
    Coming soon!
    

    BotVersion Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The BotVersion resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the BotVersion resource produces the following output properties:

    BotVersionValue string
    Id string
    The provider-assigned unique ID for this managed resource.
    BotVersion string
    Id string
    The provider-assigned unique ID for this managed resource.
    botVersion String
    id String
    The provider-assigned unique ID for this managed resource.
    botVersion string
    id string
    The provider-assigned unique ID for this managed resource.
    bot_version str
    id str
    The provider-assigned unique ID for this managed resource.
    botVersion String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    BotVersionLocaleDetails, BotVersionLocaleDetailsArgs

    BotVersionLocaleSpecification, BotVersionLocaleSpecificationArgs

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.101.0 published on Thursday, Apr 11, 2024 by Pulumi