groundstation:ListTagsForResource is a Read access-level action in the groundstation service. Grants permission to list tags for a resource
ARNs that groundstation:ListTagsForResource can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants groundstation:ListTagsForResource.
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 a mission profile
A minimal policy that allows groundstation:ListTagsForResource. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowGroundstationListTagsForResource",
"Effect": "Allow",
"Action": "groundstation:ListTagsForResource",
"Resource": "*"
}
]
}