config:GetComplianceSummaryByResourceType

Read

config:GetComplianceSummaryByResourceType is a Read access-level action in the config service. Grants permission to return the number of resources that are compliant and the number that are noncompliant

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowConfigGetComplianceSummaryByResourceType",
      "Effect": "Allow",
      "Action": "config:GetComplianceSummaryByResourceType",
      "Resource": "*"
    }
  ]
}

Related actions in config

View all config actions →