class Aws::LexModelsV2::Types::CreateExportRequest
@note When making an API call, you may pass CreateExportRequest
data as a hash: { resource_specification: { # required bot_export_specification: { bot_id: "Id", # required bot_version: "BotVersion", # required }, bot_locale_export_specification: { bot_id: "Id", # required bot_version: "BotVersion", # required locale_id: "LocaleId", # required }, }, file_format: "LexJson", # required, accepts LexJson file_password: "ImportExportFilePassword", }
@!attribute [rw] resource_specification
Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of resource to export. @return [Types::ExportResourceSpecification]
@!attribute [rw] file_format
The file format of the bot or bot locale definition files. @return [String]
@!attribute [rw] file_password
An password to use to encrypt the exported archive. Using a password is optional, but you should encrypt the archive to protect the data in transit between Amazon Lex and your local computer. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/CreateExportRequest AWS API Documentation
Constants
- SENSITIVE