Amazon GuardDuty · JSON Structure

Guardduty Member Features Configuration Result Structure

Contains information about the features for the member account.

Type: object Properties: 4
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

Name Status UpdatedAt 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-member-features-configuration-result-structure.json",
  "name": "MemberFeaturesConfigurationResult",
  "description": "Contains information about the features for the member account.",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrgFeature"
        },
        {
          "xml": {
            "name": "name"
          },
          "description": "Indicates the name of the feature that is enabled for the detector."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FeatureStatus"
        },
        {
          "xml": {
            "name": "status"
          },
          "description": "Indicates the status of the feature that is enabled for the detector."
        }
      ]
    },
    "UpdatedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "xml": {
            "name": "updatedAt"
          },
          "description": "The timestamp at which the feature object was updated."
        }
      ]
    },
    "AdditionalConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MemberAdditionalConfigurationResults"
        },
        {
          "xml": {
            "name": "additionalConfiguration"
          },
          "description": "Indicates the additional configuration of the feature that is configured for the member account."
        }
      ]
    }
  }
}