Class: Aws::DevOpsGuru::Types::ServiceIntegrationConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/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

Instance Attribute Details

#kms_server_side_encryptionTypes::KMSServerSideEncryptionIntegration

Information about whether DevOps Guru is configured to encrypt server-side data using KMS.



4306
4307
4308
4309
4310
4311
4312
# File 'gems/aws-sdk-devopsguru/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_detectionTypes::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 'gems/aws-sdk-devopsguru/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_centerTypes::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 'gems/aws-sdk-devopsguru/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