ssm-contacts:UpdateRotation

Write

ssm-contacts:UpdateRotation is a Write access-level action in the ssm-contacts service. Grants permission to update the information specified for an on-call rotation

Resource types

ARNs that ssm-contacts:UpdateRotation can be scoped to in an IAM policy.

arn:${Partition}:ssm-contacts:${Region}:${Account}:rotation/${RotationId}
rotation

Condition keys

Keys you can use in the Condition block of a policy that grants ssm-contacts:UpdateRotation.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

A minimal policy that allows ssm-contacts:UpdateRotation. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowSsmcontactsUpdateRotation",
      "Effect": "Allow",
      "Action": "ssm-contacts:UpdateRotation",
      "Resource": "*"
    }
  ]
}

Related actions in ssm-contacts

View all ssm-contacts actions →