Class V2modelsBotVersionArgs


  • public final class V2modelsBotVersionArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • botId

        public com.pulumi.core.Output<java.lang.String> botId()
        Returns:
        Idientifier of the bot to create the version for.
      • botVersion

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> botVersion()
        Returns:
        Version number assigned to the version.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        A description of the version. Use the description to help identify the version in lists.
      • localeSpecification

        public com.pulumi.core.Output<java.util.Map<java.lang.String,​V2modelsBotVersionLocaleSpecificationArgs>> localeSpecification()
        Returns:
        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. The attribute value is a map with one or more entries, each of which has a locale name as the key and an object with the following attribute as the value: * `sourceBotVersion` - (Required) The version of a bot used for a bot locale. Valid values: `DRAFT`, a numeric version.