Amazon Config · JSON Structure

Config Describe Organization Conformance Packs Request Structure

DescribeOrganizationConformancePacksRequest schema

Type: object Properties: 3
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Properties

OrganizationConformancePackNames Limit 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-packs-request-structure.json",
  "name": "DescribeOrganizationConformancePacksRequest",
  "description": "DescribeOrganizationConformancePacksRequest schema",
  "type": "object",
  "properties": {
    "OrganizationConformancePackNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationConformancePackNames"
        },
        {
          "description": "The name that you assign to an organization conformance pack."
        }
      ]
    },
    "Limit": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CosmosPageLimit"
        },
        {
          "description": "The maximum number of organization config packs returned on each page. If you do no specify a number, Config uses the default. The default is 100."
        }
      ]
    },
    "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."
        }
      ]
    }
  }
}