class
Amazonite::CloudWatchLogs::AnomalyDetector
- Amazonite::CloudWatchLogs::AnomalyDetector
- Reference
- Object
Overview
Contains information about one anomaly detector in the account.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/anomaly_detector.crConstructors
- .new(pull : JSON::PullParser)
- .new(anomaly_detector_arn : String | Nil = nil, detector_name : String | Nil = nil, log_group_arn_list : Array(String) | Nil = nil, evaluation_frequency : EvaluationFrequency | Nil = nil, filter_pattern : String | Nil = nil, anomaly_detector_status : AnomalyDetectorStatus | Nil = nil, kms_key_id : String | Nil = nil, creation_time_stamp : Int64 | Nil = nil, last_modified_time_stamp : Int64 | Nil = nil, anomaly_visibility_time : Int64 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#anomaly_detector_arn : String | Nil
The ARN of the anomaly detector.
-
#anomaly_detector_arn=(anomaly_detector_arn : String | Nil)
The ARN of the anomaly detector.
-
#anomaly_detector_status : AnomalyDetectorStatus | Nil
Specifies the current status of the anomaly detector.
-
#anomaly_detector_status=(anomaly_detector_status : AnomalyDetectorStatus | Nil)
Specifies the current status of the anomaly detector.
-
#anomaly_visibility_time : Int64 | Nil
The number of days used as the life cycle of anomalies.
-
#anomaly_visibility_time=(anomaly_visibility_time : Int64 | Nil)
The number of days used as the life cycle of anomalies.
-
#creation_time_stamp : Int64 | Nil
The date and time when this anomaly detector was created.
-
#creation_time_stamp=(creation_time_stamp : Int64 | Nil)
The date and time when this anomaly detector was created.
-
#detector_name : String | Nil
The name of the anomaly detector.
-
#detector_name=(detector_name : String | Nil)
The name of the anomaly detector.
-
#evaluation_frequency : EvaluationFrequency | Nil
Specifies how often the anomaly detector runs and look for anomalies.
-
#evaluation_frequency=(evaluation_frequency : EvaluationFrequency | Nil)
Specifies how often the anomaly detector runs and look for anomalies.
- #filter_pattern : String | Nil
- #filter_pattern=(filter_pattern : String | Nil)
-
#hash(hasher)
See
Object#hash(hasher) -
#kms_key_id : String | Nil
The ARN of the KMS key assigned to this anomaly detector, if any.
-
#kms_key_id=(kms_key_id : String | Nil)
The ARN of the KMS key assigned to this anomaly detector, if any.
-
#last_modified_time_stamp : Int64 | Nil
The date and time when this anomaly detector was most recently modified.
-
#last_modified_time_stamp=(last_modified_time_stamp : Int64 | Nil)
The date and time when this anomaly detector was most recently modified.
-
#log_group_arn_list : Array(String) | Nil
A list of the ARNs of the log groups that this anomaly detector watches.
-
#log_group_arn_list=(log_group_arn_list : Array(String) | Nil)
A list of the ARNs of the log groups that this anomaly detector watches.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specifies the current status of the anomaly detector. To pause an anomaly detector, use the
enabled parameter in the
UpdateLogAnomalyDetector
operation.
Specifies the current status of the anomaly detector. To pause an anomaly detector, use the
enabled parameter in the
UpdateLogAnomalyDetector
operation.
The number of days used as the life cycle of anomalies. After this time, anomalies are automatically baselined and the anomaly detector model will treat new occurrences of similar event as normal.
The number of days used as the life cycle of anomalies. After this time, anomalies are automatically baselined and the anomaly detector model will treat new occurrences of similar event as normal.
The date and time when this anomaly detector was created.
Specifies how often the anomaly detector runs and look for anomalies.
Specifies how often the anomaly detector runs and look for anomalies.
The ARN of the KMS key assigned to this anomaly detector, if any.
The date and time when this anomaly detector was most recently modified.
The date and time when this anomaly detector was most recently modified.
A list of the ARNs of the log groups that this anomaly detector watches.
A list of the ARNs of the log groups that this anomaly detector watches.