groundstation:GetSatellite

Read

groundstation:GetSatellite is a Read access-level action in the groundstation service. Grants permission to return information about a satellite

Resource types

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

arn:${Partition}:groundstation:${Region}:${Account}:satellite/${SatelliteId}
Satellite

Condition keys

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

groundstation:SatelliteId String

Filters access by the ID of a satellite

Example IAM policy

A minimal policy that allows groundstation:GetSatellite. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowGroundstationGetSatellite",
      "Effect": "Allow",
      "Action": "groundstation:GetSatellite",
      "Resource": "*"
    }
  ]
}

Related actions in groundstation

View all groundstation actions →