Amazon Config · Schema

GetComplianceSummaryByResourceTypeRequest

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
ResourceTypes object
View JSON Schema on GitHub

JSON Schema

config-get-compliance-summary-by-resource-type-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-get-compliance-summary-by-resource-type-request-schema.json",
  "title": "GetComplianceSummaryByResourceTypeRequest",
  "description": "<p/>",
  "type": "object",
  "properties": {
    "ResourceTypes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceTypes"
        },
        {
          "description": "<p>Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.</p> <p>For this request, you can specify an Amazon Web Services resource type such as <code>AWS::EC2::Instance</code>. You can specify that the resource type is an Amazon Web Services account by specifying <code>AWS::::Account</code>.</p>"
        }
      ]
    }
  }
}