frauddetector:GetBatchPredictionJobs is a List access-level action in the frauddetector service. Grants permission to get all batch prediction jobs or a specific job if you specify a job ID. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 50 records per page. If you provide a maxResults, the value must be between 1 and 50. To get the next page results, provide the pagination token from the GetBatchPredictionJobsResponse as part of your request. A null pagination token fetches the records from the beginning
ARNs that frauddetector:GetBatchPredictionJobs can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants frauddetector:GetBatchPredictionJobs.
Filters actions based on the tags associated with the resource
A minimal policy that allows frauddetector:GetBatchPredictionJobs. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowFrauddetectorGetBatchPredictionJobs",
"Effect": "Allow",
"Action": "frauddetector:GetBatchPredictionJobs",
"Resource": "*"
}
]
}