groundstation:DescribeContactVersion

Read

groundstation:DescribeContactVersion is a Read access-level action in the groundstation service. Grants permission to describe a specific version of a contact

Resource types

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

arn:${Partition}:groundstation:${Region}:${Account}:contact/${ContactId}
Contact

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

groundstation:ContactId String

Filters access by the ID of a contact

Example IAM policy

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

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

Related actions in groundstation

View all groundstation actions →