frauddetector:CreateDetectorVersion is a Write access-level action in the frauddetector service. Grants permission to create a detector version. The detector version starts in a DRAFT status
ARNs that frauddetector:CreateDetectorVersion can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants frauddetector:CreateDetectorVersion.
Filters actions based on the tags associated with the resource
A minimal policy that allows frauddetector:CreateDetectorVersion. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowFrauddetectorCreateDetectorVersion",
"Effect": "Allow",
"Action": "frauddetector:CreateDetectorVersion",
"Resource": "*"
}
]
}