datapipeline:PollForTask is a Write access-level action in the datapipeline service. Grants permission to task runners to call PollForTask, to receive a task to perform from AWS Data Pipeline
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows datapipeline:PollForTask. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDatapipelinePollForTask",
"Effect": "Allow",
"Action": "datapipeline:PollForTask",
"Resource": "*"
}
]
}