pipes:StopPipe

Write

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

Resource types

ARNs that pipes:StopPipe 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:StopPipe.

aws:ResourceTag/${TagKey} String

Filters access by tag-value associated with the resource

Example IAM policy

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

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

Related actions in pipes

View all pipes actions →