AWSLogsGetLogAnomalyDetectorResponse

Objective-C

@interface AWSLogsGetLogAnomalyDetectorResponse

Swift

class AWSLogsGetLogAnomalyDetectorResponse
  • Specifies whether the anomaly detector is currently active. To change its status, use the enabled parameter in the UpdateLogAnomalyDetector operation.

    Declaration

    Objective-C

    @property (nonatomic) AWSLogsAnomalyDetectorStatus anomalyDetectorStatus;

    Swift

    var anomalyDetectorStatus: AWSLogsAnomalyDetectorStatus { get set }
  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable anomalyVisibilityTime;

    Swift

    var anomalyVisibilityTime: NSNumber? { get set }
  • The date and time when this anomaly detector was created.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable creationTimeStamp;

    Swift

    var creationTimeStamp: NSNumber? { get set }
  • The name of the log anomaly detector

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable detectorName;

    Swift

    var detectorName: String? { get set }
  • 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.

    Declaration

    Objective-C

    @property (nonatomic) AWSLogsEvaluationFrequency evaluationFrequency;

    Swift

    var evaluationFrequency: AWSLogsEvaluationFrequency { get set }
  • A symbolic description of how CloudWatch Logs should interpret the data in each log event. For example, a log event can contain timestamps, IP addresses, strings, and so on. You use the filter pattern to specify what to look for in the log event message.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable filterPattern;

    Swift

    var filterPattern: String? { get set }
  • The ID of the KMS key assigned to this anomaly detector, if any.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable kmsKeyId;

    Swift

    var kmsKeyId: String? { get set }
  • The date and time when this anomaly detector was most recently modified.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable lastModifiedTimeStamp;

    Swift

    var lastModifiedTimeStamp: NSNumber? { get set }
  • An array of structures, where each structure contains the ARN of a log group associated with this anomaly detector.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable logGroupArnList;

    Swift

    var logGroupArnList: [String]? { get set }