frauddetector:CreateBatchPredictionJob

Write

frauddetector:CreateBatchPredictionJob is a Write access-level action in the frauddetector service. Grants permission to create a batch prediction job

Resource types

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

arn:${Partition}:frauddetector:${Region}:${Account}:batch-prediction/${ResourcePath}
batch-prediction
arn:${Partition}:frauddetector:${Region}:${Account}:detector/${ResourcePath}
detector
arn:${Partition}:frauddetector:${Region}:${Account}:detector-version/${ResourcePath}
detector-version
arn:${Partition}:frauddetector:${Region}:${Account}:event-type/${ResourcePath}
event-type

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters actions based on the tags associated with the resource

Example IAM policy

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

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

Related actions in frauddetector

View all frauddetector actions →