groundstation:DescribeEphemeris

Read

groundstation:DescribeEphemeris is a Read access-level action in the groundstation service. Grants permission to describe an ephemeris item

Resource types

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

arn:${Partition}:groundstation:${Region}:${Account}:ephemeris/${EphemerisId}
EphemerisItem

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

groundstation:EphemerisId String

Filters access by the ID of an ephemeris

Example IAM policy

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

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

Related actions in groundstation

View all groundstation actions →