groundstation:UpdateAgentStatus

Write

groundstation:UpdateAgentStatus is a Write access-level action in the groundstation service. Grants permission to update the status of an agent

Resource types

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

arn:${Partition}:groundstation:${Region}:${Account}:agent/${AgentId}
Agent

Condition keys

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

groundstation:AgentId String

Filters access by the ID of an agent

Example IAM policy

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

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

Related actions in groundstation

View all groundstation actions →