groundstation:GetAgentConfiguration is a Read access-level action in the groundstation service. Grants permission to get the configuration of an agent
ARNs that groundstation:GetAgentConfiguration can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants groundstation:GetAgentConfiguration.
Filters access by the ID of an agent
A minimal policy that allows groundstation:GetAgentConfiguration. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowGroundstationGetAgentConfiguration",
"Effect": "Allow",
"Action": "groundstation:GetAgentConfiguration",
"Resource": "*"
}
]
}