interconnect:TagResource is a Tagging access-level action in the interconnect service. Grants permission to apply tags to a resource
ARNs that interconnect:TagResource can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants interconnect:TagResource.
Filters access by a tag key and value pair of a resource
A minimal policy that allows interconnect:TagResource. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowInterconnectTagResource",
"Effect": "Allow",
"Action": "interconnect:TagResource",
"Resource": "*"
}
]
}