pipes:UpdatePipe

Write

pipes:UpdatePipe is a Write access-level action in the pipes service. Grants permission to update a pipe

Resource types

ARNs that pipes:UpdatePipe can be scoped to in an IAM policy.

arn:${Partition}:pipes:${Region}:${Account}:pipe/${Name}
pipe

Condition keys

Keys you can use in the Condition block of a policy that grants pipes:UpdatePipe.

aws:ResourceTag/${TagKey} String

Filters access by tag-value associated with the resource

Dependent actions

To use pipes:UpdatePipe you may also need to grant:

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowPipesUpdatePipe",
      "Effect": "Allow",
      "Action": "pipes:UpdatePipe",
      "Resource": "*"
    }
  ]
}

Related actions in pipes

View all pipes actions →