Class: Aws::DevOpsGuru::Types::LogsAnomalyDetectionIntegrationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::LogsAnomalyDetectionIntegrationConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Information about the integration of DevOps Guru with CloudWatch log groups for log anomaly detection. You can use this to update the configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#opt_in_status ⇒ String
Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.
Instance Attribute Details
#opt_in_status ⇒ String
Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.
2210 2211 2212 2213 2214 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2210 class LogsAnomalyDetectionIntegrationConfig < Struct.new( :opt_in_status) SENSITIVE = [] include Aws::Structure end |