frauddetector:UpdateModelVersion

Write

frauddetector:UpdateModelVersion is a Write access-level action in the frauddetector service. Grants permission to update a model version. Updating a model version retrains an existing model version using updated training data and produces a new minor version of the model. You can update the training data set location and data access role attributes using this action. This action creates and trains a new minor version of the model, for example version 1.01, 1.02, 1.03

Resource types

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

arn:${Partition}:frauddetector:${Region}:${Account}:model/${ResourcePath}
model

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters actions based on the tags associated with the resource

Example IAM policy

A minimal policy that allows frauddetector:UpdateModelVersion. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowFrauddetectorUpdateModelVersion",
      "Effect": "Allow",
      "Action": "frauddetector:UpdateModelVersion",
      "Resource": "*"
    }
  ]
}

Related actions in frauddetector

View all frauddetector actions →