lex:GetBotVersions is a List access-level action in the lex service. Returns information for all versions of a specific bot
ARNs that lex:GetBotVersions can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants lex:GetBotVersions.
Filters access by the tags attached to a Lex resource
A minimal policy that allows lex:GetBotVersions. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowLexGetBotVersions",
"Effect": "Allow",
"Action": "lex:GetBotVersions",
"Resource": "*"
}
]
}