Amazon Config · JSON Structure

Config Describe Organization Conformance Pack Statuses Response Structure

DescribeOrganizationConformancePackStatusesResponse schema

Type: object Properties: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

DescribeOrganizationConformancePackStatusesResponse 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

OrganizationConformancePackStatuses 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-organization-conformance-pack-statuses-response-structure.json",
  "name": "DescribeOrganizationConformancePackStatusesResponse",
  "description": "DescribeOrganizationConformancePackStatusesResponse schema",
  "type": "object",
  "properties": {
    "OrganizationConformancePackStatuses": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationConformancePackStatuses"
        },
        {
          "description": "A list of <code>OrganizationConformancePackStatus</code> objects. "
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The nextToken string returned on a previous page that you use to get the next page of results in a paginated response. "
        }
      ]
    }
  }
}