Amazon GuardDuty · Schema

DataSourceFreeTrial

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

Anomaly DetectionComplianceMachine-LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
FreeTrialDaysRemaining object
View JSON Schema on GitHub

JSON Schema

guardduty-data-source-free-trial-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-data-source-free-trial-schema.json",
  "title": "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."
        }
      ]
    }
  }
}