kendra-ranking:Rescore is a Read access-level action in the kendra-ranking service. Grants permission to Rescore documents with Kendra Intelligent Ranking
ARNs that kendra-ranking:Rescore can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants kendra-ranking:Rescore.
Filters access by the tags associated with the resource
A minimal policy that allows kendra-ranking:Rescore. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowKendrarankingRescore",
"Effect": "Allow",
"Action": "kendra-ranking:Rescore",
"Resource": "*"
}
]
}