vpc-lattice:TagResource is a Tagging access-level action in the vpc-lattice service. Grants permission to tag a vpc-lattice resource
ARNs that vpc-lattice:TagResource can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants vpc-lattice:TagResource.
Filters access by the presence of tag key-value pairs in the request
Filters access by tag key-value pairs attached to the resource
Filters access by the presence of tag keys in the request
Filters access by the auth type specified in the request
Filters access by the name of a resource-creating API action
Filters access by the domain name
Filters access by the private dns preference
Filters access by the private dns domains
Filters access by the protocol specified in the request
Filters access by the ARN of a resource configuration
Filters access by the IDs of security groups
Filters access by the ARN of a service
Filters access by the ARN of a service network
Filters access by the ARNs of target groups
Filters access by the ID of a VPC endpoint
Filters access by the ID of a virtual private cloud (VPC)
A minimal policy that allows vpc-lattice:TagResource. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowVpclatticeTagResource",
"Effect": "Allow",
"Action": "vpc-lattice:TagResource",
"Resource": "*"
}
]
}