frauddetector:UpdateDetectorVersion

Write

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

Resource types

ARNs that frauddetector:UpdateDetectorVersion can be scoped to in an IAM policy.

arn:${Partition}:frauddetector:${Region}:${Account}:detector/${ResourcePath}
detector
arn:${Partition}:frauddetector:${Region}:${Account}:external-model/${ResourcePath}
external-model
arn:${Partition}:frauddetector:${Region}:${Account}:model-version/${ResourcePath}
model-version

Condition keys

Keys you can use in the Condition block of a policy that grants frauddetector:UpdateDetectorVersion.

aws:ResourceTag/${TagKey} String

Filters actions based on the tags associated with the resource

Example IAM policy

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": "*"
    }
  ]
}

Related actions in frauddetector

View all frauddetector actions →