AWS Native is in preview. AWS Classic is fully supported.
aws-native.lex.BotVersion
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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
new BotVersion(name: string, args: BotVersionArgs, opts?: CustomResourceOptions);
@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)
@overload
def BotVersion(resource_name: str,
args: BotVersionArgs,
opts: Optional[ResourceOptions] = 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.
- 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.
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:
- Bot
Version stringValue - Id string
The provider-assigned unique ID for this managed resource.
- Bot
Version string - Id string
The provider-assigned unique ID for this managed resource.
- bot
Version String - id String
The provider-assigned unique ID for this managed resource.
- bot
Version 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.
- bot
Version String - id String
The provider-assigned unique ID for this managed resource.
Supporting Types
BotVersionLocaleDetails
- Source
Bot stringVersion
- Source
Bot stringVersion
- source
Bot StringVersion
- source
Bot stringVersion
- source
Bot StringVersion
BotVersionLocaleSpecification
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.