opsworks-cm:TagResource is a Tagging access-level action in the opsworks-cm service. Grants permission to apply tags to the specified server or backup
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows opsworks-cm:TagResource. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowOpsworkscmTagResource",
"Effect": "Allow",
"Action": "opsworks-cm:TagResource",
"Resource": "*"
}
]
}