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