AWSLogsAnomalyDetector

Objective-C

@interface AWSLogsAnomalyDetector

Swift

class AWSLogsAnomalyDetector

Contains information about one anomaly detector in the account.

  • The ARN of the anomaly detector.

    Declaration

    Objective-C

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

    Swift

    var anomalyDetectorArn: String? { get set }
  • Specifies the current status of the anomaly detector. To pause an anomaly detector, 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 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.

    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 }
  • A list of the ARNs of the log groups that this anomaly detector watches.

    Declaration

    Objective-C

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

    Swift

    var logGroupArnList: [String]? { get set }