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