aws.lex_models.get_export
Example SQL Queries
SELECT * FROMaws.lex_models.get_exportWHERE"name" = 'VALUE'AND "version" = 'VALUE'AND "resource_type" = 'VALUE'AND "export_type" = 'VALUE';Description
Exports the contents of a Amazon Lex resource in a specified format.
Table Definition
| Column Name | Column Data Type |
|---|---|
| export_type Required Input Column The format of the exported data. | VARCHAR |
| name Required Input Column The name of the bot being exported. | VARCHAR |
| resource_type Required Input Column The type of the exported resource. | VARCHAR |
| version Required Input Column The version of the bot being exported. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| export_status The status of the export.
| VARCHAR |
| failure_reason If status is FAILED, Amazon Lex provides the reason that it failed to export the resource. | VARCHAR |
| url An S3 pre-signed URL that provides the location of the exported resource. The exported resource is a ZIP archive that contains the exported resource in JSON format. The structure of the archive may change. Your code should not rely on the archive structure. | VARCHAR |