#[non_exhaustive]pub struct LogsAnomalyDetectionIntegrationConfig { /* private fields */ }
Expand description
Information about the integration of DevOps Guru with CloudWatch log groups for log anomaly detection. You can use this to update the configuration.
Implementations§
source§impl LogsAnomalyDetectionIntegrationConfig
impl LogsAnomalyDetectionIntegrationConfig
sourcepub fn opt_in_status(&self) -> Option<&OptInStatus>
pub fn opt_in_status(&self) -> Option<&OptInStatus>
Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.
source§impl LogsAnomalyDetectionIntegrationConfig
impl LogsAnomalyDetectionIntegrationConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LogsAnomalyDetectionIntegrationConfig
.
Trait Implementations§
source§impl Clone for LogsAnomalyDetectionIntegrationConfig
impl Clone for LogsAnomalyDetectionIntegrationConfig
source§fn clone(&self) -> LogsAnomalyDetectionIntegrationConfig
fn clone(&self) -> LogsAnomalyDetectionIntegrationConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<LogsAnomalyDetectionIntegrationConfig> for LogsAnomalyDetectionIntegrationConfig
impl PartialEq<LogsAnomalyDetectionIntegrationConfig> for LogsAnomalyDetectionIntegrationConfig
source§fn eq(&self, other: &LogsAnomalyDetectionIntegrationConfig) -> bool
fn eq(&self, other: &LogsAnomalyDetectionIntegrationConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.