groundstation:GetConfig

Read

groundstation:GetConfig is a Read access-level action in the groundstation service. Grants permission to return a configuration

Resource types

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

arn:${Partition}:groundstation:${Region}:${Account}:config/${ConfigType}/${ConfigId}
Config

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

groundstation:ConfigId String

Filters access by the ID of a config

groundstation:ConfigType String

Filters access by the type of a config

Example IAM policy

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": "*"
    }
  ]
}

Related actions in groundstation

View all groundstation actions →