groundstation:UpdateEphemeris

Write

groundstation:UpdateEphemeris is a Write access-level action in the groundstation service. Grants permission to update an ephemeris item

Resource types

ARNs that groundstation:UpdateEphemeris 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:UpdateEphemeris.

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:UpdateEphemeris. Replace "Resource": "*" with a specific ARN to follow least privilege.

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

Related actions in groundstation

View all groundstation actions →