groundstation:TagResource is a Tagging access-level action in the groundstation service. Grants permission to assign a resource tag
ARNs that groundstation:TagResource can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants groundstation:TagResource.
Filters access by the tags associated with the resource
Filters access by the ID of a config
Filters access by the type of a config
Filters access by the ID of a contact
Filters access by the ID of a dataflow endpoint group
Filters access by the ID of an ephemeris
Filters access by the ID of a mission profile
A minimal policy that allows groundstation:TagResource. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowGroundstationTagResource",
"Effect": "Allow",
"Action": "groundstation:TagResource",
"Resource": "*"
}
]
}