groundstation:ListAntennas is a List access-level action in the groundstation service. Grants permission to list antennas for a ground station
ARNs that groundstation:ListAntennas can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants groundstation:ListAntennas.
Filters access by the ID of a ground station
A minimal policy that allows groundstation:ListAntennas. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowGroundstationListAntennas",
"Effect": "Allow",
"Action": "groundstation:ListAntennas",
"Resource": "*"
}
]
}