class
Amazonite::CloudWatchLogs::GetLogAnomalyDetectorResponse
- Amazonite::CloudWatchLogs::GetLogAnomalyDetectorResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/get_log_anomaly_detector_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(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)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#anomaly_detector_status : AnomalyDetectorStatus | Nil
Specifies whether the anomaly detector is currently active.
-
#anomaly_detector_status=(anomaly_detector_status : AnomalyDetectorStatus | Nil)
Specifies whether the anomaly detector is currently active.
-
#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 log anomaly detector
-
#detector_name=(detector_name : String | Nil)
The name of the log 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
An array of structures, where each structure contains the ARN of a log group associated with this anomaly detector.
-
#log_group_arn_list=(log_group_arn_list : Array(String) | Nil)
An array of structures, where each structure contains the ARN of a log group associated with this anomaly detector.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specifies whether the anomaly detector is currently active. To change its status, use the
enabled parameter in the
UpdateLogAnomalyDetector
operation.
Specifies whether the anomaly detector is currently active. To change its status, 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. Set this value according
to the frequency that the log group receives new logs. For example, if the log group receives
new log events every 10 minutes, then setting evaluationFrequency to FIFTEEN_MIN might be
appropriate.
Specifies how often the anomaly detector runs and look for anomalies. Set this value according
to the frequency that the log group receives new logs. For example, if the log group receives
new log events every 10 minutes, then setting evaluationFrequency to FIFTEEN_MIN might be
appropriate.
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.
An array of structures, where each structure contains the ARN of a log group associated with this anomaly detector.
An array of structures, where each structure contains the ARN of a log group associated with this anomaly detector.