frauddetector:UpdateDetectorVersion is a Write access-level action in the frauddetector service. Grants permission to update a detector version. The detector version attributes that you can update include models, external model endpoints, rules, rule execution mode, and description. You can only update a DRAFT detector version
ARNs that frauddetector:UpdateDetectorVersion can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants frauddetector:UpdateDetectorVersion.
Filters actions based on the tags associated with the resource
A minimal policy that allows frauddetector:UpdateDetectorVersion. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowFrauddetectorUpdateDetectorVersion",
"Effect": "Allow",
"Action": "frauddetector:UpdateDetectorVersion",
"Resource": "*"
}
]
}