datapipeline:ActivatePipeline

Write

datapipeline:ActivatePipeline is a Write access-level action in the datapipeline service. Grants permission to validate the specified pipeline and starts processing pipeline tasks. If the pipeline does not pass validation, activation fails

Resource types

ARNs that datapipeline:ActivatePipeline can be scoped to in an IAM policy.

arn:${Partition}:datapipeline:${Region}:${Account}:pipeline/${PipelineId}
pipeline

Condition keys

Keys you can use in the Condition block of a policy that grants datapipeline:ActivatePipeline.

aws:ResourceTag/${TagKey} String

Filters access by tag key-value pairs attached to the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowDatapipelineActivatePipeline",
      "Effect": "Allow",
      "Action": "datapipeline:ActivatePipeline",
      "Resource": "*"
    }
  ]
}

Related actions in datapipeline

View all datapipeline actions →