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
ARNs that frauddetector:UpdateModelVersion can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants frauddetector:UpdateModelVersion.
Filters actions based on the tags associated with the resource
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": "*"
}
]
}