Amazon Inspector · JSON Structure

Inspector Describe Organization Configuration Response Structure

DescribeOrganizationConfigurationResponse schema

Type: object Properties: 2
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

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

Properties

autoEnable maxAccountLimitReached

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-inspector/refs/heads/main/json-structure/inspector-describe-organization-configuration-response-structure.json",
  "name": "DescribeOrganizationConfigurationResponse",
  "description": "DescribeOrganizationConfigurationResponse schema",
  "type": "object",
  "properties": {
    "autoEnable": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AutoEnable"
        },
        {
          "description": "The scan types are automatically enabled for new members of your organization."
        }
      ]
    },
    "maxAccountLimitReached": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector."
        }
      ]
    }
  }
}