lex:GetBots is a List access-level action in the lex service. Returns information for the $LATEST version of all bots, subject to filters provided by the client
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows lex:GetBots. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowLexGetBots",
"Effect": "Allow",
"Action": "lex:GetBots",
"Resource": "*"
}
]
}