Amazon GuardDuty · JSON Structure

Guardduty Organization Feature Configuration Result Structure

A list of features which will be configured for the organization.

Type: object Properties: 3
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

Name AutoEnable AdditionalConfiguration

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-guardduty/refs/heads/main/json-structure/guardduty-organization-feature-configuration-result-structure.json",
  "name": "OrganizationFeatureConfigurationResult",
  "description": "A list of features which will be configured for the organization.",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrgFeature"
        },
        {
          "xml": {
            "name": "name"
          },
          "description": "The name of the feature 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 feature 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>"
        }
      ]
    },
    "AdditionalConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationAdditionalConfigurationResults"
        },
        {
          "xml": {
            "name": "additionalConfiguration"
          },
          "description": "The additional configuration that is configured for the member accounts within the organization."
        }
      ]
    }
  }
}