Class: Aws::DevOpsGuru::Types::UpdateServiceIntegrationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::UpdateServiceIntegrationConfig
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
Information about updating the integration status of an Amazon Web Services service, such as Amazon Web Services Systems Manager, with DevOps Guru.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_server_side_encryption ⇒ Types::KMSServerSideEncryptionIntegrationConfig
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
-
#logs_anomaly_detection ⇒ Types::LogsAnomalyDetectionIntegrationConfig
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
-
#ops_center ⇒ Types::OpsCenterIntegrationConfig
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::KMSServerSideEncryptionIntegrationConfig
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
4874 4875 4876 4877 4878 4879 4880 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4874 class UpdateServiceIntegrationConfig < Struct.new( :ops_center, :logs_anomaly_detection, :kms_server_side_encryption) SENSITIVE = [] include Aws::Structure end |
#logs_anomaly_detection ⇒ Types::LogsAnomalyDetectionIntegrationConfig
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
4874 4875 4876 4877 4878 4879 4880 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4874 class UpdateServiceIntegrationConfig < Struct.new( :ops_center, :logs_anomaly_detection, :kms_server_side_encryption) SENSITIVE = [] include Aws::Structure end |
#ops_center ⇒ Types::OpsCenterIntegrationConfig
Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight. You can use this to update the configuration.
4874 4875 4876 4877 4878 4879 4880 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4874 class UpdateServiceIntegrationConfig < Struct.new( :ops_center, :logs_anomaly_detection, :kms_server_side_encryption) SENSITIVE = [] include Aws::Structure end |