Amazon GuardDuty · Schema

OrganizationAdditionalConfigurationResult

A list of additional configuration which will be configured for the organization.

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
Name object
AutoEnable object
View JSON Schema on GitHub

JSON Schema

guardduty-organization-additional-configuration-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-organization-additional-configuration-result-schema.json",
  "title": "OrganizationAdditionalConfigurationResult",
  "description": "A list of additional configuration which will be configured for the organization.",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrgFeatureAdditionalConfiguration"
        },
        {
          "xml": {
            "name": "name"
          },
          "description": "The name of the additional configuration that is configured for the member accounts within the organization."
        }
      ]
    },
    "AutoEnable": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrgFeatureStatus"
        },
        {
          "xml": {
            "name": "autoEnable"
          },
          "description": "<p>Describes how The status of the additional configuration that are configured for the member accounts within the organization.</p> <p>If you set <code>AutoEnable</code> to <code>NEW</code>, a feature will be configured for only the new accounts when they join the organization.</p> <p>If you set <code>AutoEnable</code> to <code>NONE</code>, no feature will be configured for the accounts when they join the organization.</p>"
        }
      ]
    }
  }
}