airflow-serverless:UntagResource

Tagging

airflow-serverless:UntagResource is a Tagging access-level action in the airflow-serverless service. Grants permission to untag the specified resource

Resource types

ARNs that airflow-serverless:UntagResource can be scoped to in an IAM policy.

arn:${Partition}:airflow-serverless:${Region}:${Account}:workflow/${WorkflowId}
Workflow

Condition keys

Keys you can use in the Condition block of a policy that grants airflow-serverless:UntagResource.

aws:ResourceTag/${TagKey} String

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

Example IAM policy

A minimal policy that allows airflow-serverless:UntagResource. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowAirflowserverlessUntagResource",
      "Effect": "Allow",
      "Action": "airflow-serverless:UntagResource",
      "Resource": "*"
    }
  ]
}

Related actions in airflow-serverless

View all airflow-serverless actions →