groundstation:DescribeContactVersion is a Read access-level action in the groundstation service. Grants permission to describe a specific version of a contact
ARNs that groundstation:DescribeContactVersion can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants groundstation:DescribeContactVersion.
Filters access by the tags associated with the resource
Filters access by the ID of a contact
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": "*"
}
]
}