groundstation:UpdateContact

Write

groundstation:UpdateContact is a Write access-level action in the groundstation service. Grants permission to update a contact

Resource types

ARNs that groundstation:UpdateContact 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:UpdateContact.

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:UpdateContact. Replace "Resource": "*" with a specific ARN to follow least privilege.

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

Related actions in groundstation

View all groundstation actions →