ServiceIntegrationLogsAnomalyDetection constructor

const ServiceIntegrationLogsAnomalyDetection({
  1. Input<String?>? optInStatus,
})

Creates a new ServiceIntegrationLogsAnomalyDetection. optInStatus Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups. Valid values are DISABLED and ENABLED.

Implementation

const ServiceIntegrationLogsAnomalyDetection({
  this.optInStatus,
});