bot_version
Gets an individual bot_version
resource
Overview
Name | bot_version |
Type | Resource |
Description | bot_version |
Id | awscc.lex.bot_version |
Fields
Name | Datatype | Description |
---|---|---|
bot_id | string | |
bot_version | object | |
description | string | |
bot_version_locale_specification | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
bot_id,
bot_version,
description,
bot_version_locale_specification
FROM awscc.lex.bot_version
WHERE data__Identifier = '<BotId>|<BotVersion>';
Permissions
To operate on the bot_version
resource, the following permissions are required:
Read
lex:DescribeBotVersion
Delete
lex:DeleteBotVersion,
lex:DescribeBotVersion