Amazon Config · JSON Structure

Config Describe Conformance Packs Response Structure

DescribeConformancePacksResponse schema

Type: object Properties: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Properties

ConformancePackDetails NextToken

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-describe-conformance-packs-response-structure.json",
  "name": "DescribeConformancePacksResponse",
  "description": "DescribeConformancePacksResponse schema",
  "type": "object",
  "properties": {
    "ConformancePackDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConformancePackDetailList"
        },
        {
          "description": "Returns a list of <code>ConformancePackDetail</code> objects."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response."
        }
      ]
    }
  }
}