Amazon GuardDuty · JSON Structure

Guardduty Account Free Trial Info Structure

Provides details of the GuardDuty member account that uses a free trial service.

Type: object Properties: 3
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

AccountFreeTrialInfo 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

AccountId DataSources Features

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-account-free-trial-info-structure.json",
  "name": "AccountFreeTrialInfo",
  "description": "Provides details of the GuardDuty member account that uses a free trial service.",
  "type": "object",
  "properties": {
    "AccountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "accountId"
          },
          "description": "The account identifier of the GuardDuty member account."
        }
      ]
    },
    "DataSources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DataSourcesFreeTrial"
        },
        {
          "deprecated": true,
          "xml": {
            "name": "dataSources"
          },
          "description": "Describes the data source enabled for the GuardDuty member account.This parameter is deprecated, use Features instead"
        }
      ]
    },
    "Features": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FreeTrialFeatureConfigurationsResults"
        },
        {
          "xml": {
            "name": "features"
          },
          "description": "A list of features enabled for the GuardDuty account."
        }
      ]
    }
  }
}