ssm:GetOpsSummary

Read

ssm:GetOpsSummary is a Read access-level action in the ssm service. Grants permission to view summary information about OpsItems based on specified filters and aggregators

Resource types

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

arn:${Partition}:ssm:${Region}:${Account}:resource-data-sync/${SyncName}
resourcedatasync

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

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

Related actions in ssm

View all ssm actions →