groundstation:GetAgentTaskResponseUrl

Read

groundstation:GetAgentTaskResponseUrl is a Read access-level action in the groundstation service. Grants permission to retrieve presigned S3 logging URLs

Resource types

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

groundstation:AgentId String

Filters access by the ID of an agent

Example IAM policy

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

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

Related actions in groundstation

View all groundstation actions →