lex:StartImport is a Write access-level action in the lex service. Grants permission to start a new import with the uploaded import file
ARNs that lex:StartImport can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants lex:StartImport.
Filters access by the tags attached to a Lex resource
To use lex:StartImport you may also need to grant:
A minimal policy that allows lex:StartImport. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowLexStartImport",
"Effect": "Allow",
"Action": "lex:StartImport",
"Resource": "*"
}
]
}