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