Class: Aws::DevOpsGuru::Types::ServiceIntegrationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ServiceIntegrationConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Information about the integration of DevOps Guru with another Amazon Web Services service, such as Amazon Web Services Systems Manager.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_server_side_encryption ⇒ Types::KMSServerSideEncryptionIntegration
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
-
#logs_anomaly_detection ⇒ Types::LogsAnomalyDetectionIntegration
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
-
#ops_center ⇒ Types::OpsCenterIntegration
Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.
Instance Attribute Details
#kms_server_side_encryption ⇒ Types::KMSServerSideEncryptionIntegration
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
4306 4307 4308 4309 4310 4311 4312 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4306 class ServiceIntegrationConfig < Struct.new( :ops_center, :logs_anomaly_detection, :kms_server_side_encryption) SENSITIVE = [] include Aws::Structure end |
#logs_anomaly_detection ⇒ Types::LogsAnomalyDetectionIntegration
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
4306 4307 4308 4309 4310 4311 4312 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4306 class ServiceIntegrationConfig < Struct.new( :ops_center, :logs_anomaly_detection, :kms_server_side_encryption) SENSITIVE = [] include Aws::Structure end |
#ops_center ⇒ Types::OpsCenterIntegration
Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.
4306 4307 4308 4309 4310 4311 4312 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4306 class ServiceIntegrationConfig < Struct.new( :ops_center, :logs_anomaly_detection, :kms_server_side_encryption) SENSITIVE = [] include Aws::Structure end |