braket:TagResource is a Tagging access-level action in the braket service. Grants permission to add one or more tags to a quantum task or a hybrid job
ARNs that braket:TagResource can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants braket:TagResource.
Filters access by tag key-value pairs attached to the resource
A minimal policy that allows braket:TagResource. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowBraketTagResource",
"Effect": "Allow",
"Action": "braket:TagResource",
"Resource": "*"
}
]
}