Amazon Config · JSON Structure

Config Get Compliance Summary By Resource Type Request Structure

Type: object Properties: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

GetComplianceSummaryByResourceTypeRequest is a JSON Structure definition published by Amazon Config, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ResourceTypes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-get-compliance-summary-by-resource-type-request-structure.json",
  "name": "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>"
        }
      ]
    }
  }
}