timestream:UntagResource is a Tagging access-level action in the timestream service. Grants permission to remove a tag from a resource
ARNs that timestream:UntagResource can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants timestream:UntagResource.
Filters access by tag key-value pairs attached to the resource
To use timestream:UntagResource you may also need to grant:
A minimal policy that allows timestream:UntagResource. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowTimestreamUntagResource",
"Effect": "Allow",
"Action": "timestream:UntagResource",
"Resource": "*"
}
]
}