Amazon GuardDuty · JSON Structure

Guardduty Data Source Free Trial Structure

Contains information about which data sources are enabled for the GuardDuty member account.

Type: object Properties: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

FreeTrialDaysRemaining

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-data-source-free-trial-structure.json",
  "name": "DataSourceFreeTrial",
  "description": "Contains information about which data sources are enabled for the GuardDuty member account.",
  "type": "object",
  "properties": {
    "FreeTrialDaysRemaining": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "xml": {
            "name": "freeTrialDaysRemaining"
          },
          "description": "A value that specifies the number of days left to use each enabled data source."
        }
      ]
    }
  }
}