Amazon Config · Schema

DescribeOrganizationConformancePackStatusesResponse

DescribeOrganizationConformancePackStatusesResponse schema

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
OrganizationConformancePackStatuses object
NextToken object
View JSON Schema on GitHub

JSON Schema

config-describe-organization-conformance-pack-statuses-response-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-describe-organization-conformance-pack-statuses-response-schema.json",
  "title": "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. "
        }
      ]
    }
  }
}