Class: DatadogAPIClient::V2::SecurityMonitoringRuleAnomalyDetectionOptionsBucketDuration

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/security_monitoring_rule_anomaly_detection_options_bucket_duration.rb

Overview

Duration in seconds of the time buckets used to aggregate events matched by the rule. Must be greater than or equal to 300.

Constant Summary collapse

FIVE_MINUTES =
300.freeze
TEN_MINUTES =
600.freeze
FIFTEEN_MINUTES =
900.freeze
THIRTY_MINUTES =
1800.freeze
ONE_HOUR =
3600.freeze
THREE_HOURS =
10800.freeze

Method Summary

Methods included from BaseEnumModel

included