ssm:DisassociateOpsItemRelatedItem

Write

ssm:DisassociateOpsItemRelatedItem is a Write access-level action in the ssm service. Grants permission to disassociate RelatedItem from an OpsItem

Resource types

ARNs that ssm:DisassociateOpsItemRelatedItem can be scoped to in an IAM policy.

arn:${Partition}:ssm:${Region}:${Account}:opsitem/${ResourceId}
opsitem

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by based on a tag key-value pair assigned to the AWS resource

Example IAM policy

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

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

Related actions in ssm

View all ssm actions →