refactor-spaces:TagResource is a Tagging access-level action in the refactor-spaces service. Grants permission to tag a resource
ARNs that refactor-spaces:TagResource can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants refactor-spaces:TagResource.
Filters access by tag key-value pairs attached to the resource
Filters access by restricting the action to only those accounts that created the application within an environment
Filters access by the accounts that created the resource
Filters access by restricting the action to only those accounts that created the route within an application
Filters access by restricting the action to only those accounts that created the service within an application
Filters access by the path of the route
A minimal policy that allows refactor-spaces:TagResource. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowRefactorspacesTagResource",
"Effect": "Allow",
"Action": "refactor-spaces:TagResource",
"Resource": "*"
}
]
}