Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Amazon Lex (service prefix:
lex
) provides the following service-specific resources, actions, and condition context
keys for use in IAM permission policies.
References:
Learn how to configure this service .
View a list of the API operations available for this service .
Learn how to secure this service and its resources by using IAM permission policies.
You can specify the following actions in the
Action
element of an IAM policy statement. Use policies to grant permissions to perform
an operation in AWS. When you use an action in a policy, you usually allow or
deny access to the API operation or CLI command with the same name. However,
in some cases, a single action controls access to more than one operation. Alternatively,
some operations require several different actions.
The
Resource
column indicates whether each action supports resource-level permissions. If
there is no value for this column, you must specify all resources ("*") in the
Resource
element of your policy statement. If the column includes a resource type, then
you can specify an ARN of that type in a statement with that action. Required
resources are indicated in the table with an asterisk (*). If you specify a resource-level
permission ARN in a statement using this action, then it must be of this type.
Some actions support multiple resource types. If the resource type is optional (not
indicated as required), then you can choose to use one but not the other.
For details about the columns in the following table, see The Actions Table .
Actions | Description | Access Level | Resource Types (*required) | Condition Keys | Dependent Actions |
---|---|---|---|---|---|
CreateBotVersion | Creates a new version based on the $LATEST version of the specified bot. | Write | |||
CreateIntentVersion | Creates a new version based on the $LATEST version of the specified intent. | Write | |||
CreateSlotTypeVersion | Creates a new version based on the $LATEST version of the specified slot type. | Write | |||
DeleteBot | Deletes all versions of a bot. | Write | |||
DeleteBotAlias | Deletes an alias for a specific bot. | Write | |||
DeleteBotChannelAssociation | Deletes the association between a Amazon Lex bot alias and a messaging platform. | Write | |||
DeleteBotVersion | Deletes a specific version of a bot. | Write | |||
DeleteIntent | Deletes all versions of an intent. | Write | |||
DeleteIntentVersion | Deletes a specific version of an intent. | Write | |||
DeleteSlotType | Deletes all versions of a slot type. | Write | |||
DeleteSlotTypeVersion | Deletes a specific version of a slot type. | Write | |||
DeleteUtterances | Deletes the information Amazon Lex maintains for utterances on a specific bot and userId. | Write | |||
GetBot | Returns information for a specific bot. In addition to the bot name, the bot version or alias is required. | Read | |||
GetBotAlias | Returns information about a Amazon Lex bot alias. | Read | |||
GetBotAliases | Returns a list of aliases for a given Amazon Lex bot. | List | |||
GetBotChannelAssociation | Returns information about the association between a Amazon Lex bot and a messaging platform. | Read | |||
GetBotChannelAssociations | Returns a list of all of the channels associated with a single bot. | List | |||
GetBotVersions | Returns information for all versions of a specific bot. | List | |||
GetBots | Returns information for the $LATEST version of all bots, subject to filters provided by the client. | List | |||
GetBuiltinIntent | Returns information about a built-in intent. | Read | |||
GetBuiltinIntents | Gets a list of built-in intents that meet the specified criteria. | Read | |||
GetBuiltinSlotTypes | Gets a list of built-in slot types that meet the specified criteria. | Read | |||
GetIntent | Returns information for a specific intent. In addition to the intent name, you must also specify the intent version. | Read | |||
GetIntentVersions | Returns information for all versions of a specific intent. | List | |||
GetIntents | Returns information for the $LATEST version of all intents, subject to filters provided by the client. | List | |||
GetSlotType | Returns information about a specific version of a slot type. In addition to specifying the slot type name, you must also specify the slot type version. | Read | |||
GetSlotTypeVersions | Returns information for all versions of a specific slot type. | List | |||
GetSlotTypes | Returns information for the $LATEST version of all slot types, subject to filters provided by the client. | List | |||
GetUtterancesView | Returns a view of aggregate utterance data for versions of a bot for a recent time period. | List | |||
PostContent | Sends user input (text or speech) to Amazon Lex. | Write | |||
PostText | Sends user input (text-only) to Amazon Lex. | Write | |||
PutBot | Creates or updates the $LATEST version of a Amazon Lex conversational bot. | Write | |||
PutBotAlias | Creates or updates an alias for the specific bot. | Write | |||
PutIntent | Creates or updates the $LATEST version of an intent. | Write | |||
PutSlotType | Creates or updates the $LATEST version of a slot type. | Write |
The following resource types are defined by this service and can be used in the
Resource
element of IAM permission policy statements. Each action in the
Actions table
identifies the resource types that can be specified with that action. A resource
type can also define which condition keys you can include in a policy. These
keys are displayed in the last column of the table. For details about the columns
in the following table, see
The Resource Types Table
.
Resource Types | ARN | Condition Keys |
---|---|---|
bot |
arn:$
{
Partition}:lex:$
{
Region}:$
{
Account}:bot:$
{
BotName}:$
{
BotVersionOrAlias}
|
|
channel |
arn:$
{
Partition}:lex:$
{
Region}:$
{
Account}:bot-channel:$
{
BotName}:$
{
BotAlias}:$
{
ChannelName}
|
|
intent |
arn:$
{
Partition}:lex:$
{
Region}:$
{
Account}:intent:$
{
IntentName}:$
{
IntentVersion}
|
|
slottype |
arn:$
{
Partition}:lex:$
{
Region}:$
{
Account}:slottype:$
{
SlotName}:$
{
SlotVersion}
|
Amazon Lex defines the following condition keys that can be used in the
Condition
element of an IAM policy. You can use these keys to further refine the conditions
under which the policy statement applies. For details about the columns in the
following table, see
The Condition Keys Table
.
To view the global condition keys that are available to all services, see Available Global Condition Keys in the IAM Policy Reference .