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