frauddetector:GetEventPrediction is a Read access-level action in the frauddetector service. Grants permission to evaluate an event against a detector version. If a version ID is not provided, the detector's (ACTIVE) version is used
ARNs that frauddetector:GetEventPrediction can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants frauddetector:GetEventPrediction.
Filters actions based on the tags associated with the resource
A minimal policy that allows frauddetector:GetEventPrediction. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowFrauddetectorGetEventPrediction",
"Effect": "Allow",
"Action": "frauddetector:GetEventPrediction",
"Resource": "*"
}
]
}