groundstation:ListGroundStationReservations

List

groundstation:ListGroundStationReservations is a List access-level action in the groundstation service. Grants permission to list reservations for a ground station

Resource types

ARNs that groundstation:ListGroundStationReservations can be scoped to in an IAM policy.

arn:${Partition}:groundstation:${Region}:${Account}:groundstation:${GroundStationId}
GroundStationResource

Condition keys

Keys you can use in the Condition block of a policy that grants groundstation:ListGroundStationReservations.

groundstation:GroundStationId String

Filters access by the ID of a ground station

Example IAM policy

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": "*"
    }
  ]
}

Related actions in groundstation

View all groundstation actions →