ServiceIntegrationState constructor

const ServiceIntegrationState({
  1. Input<ServiceIntegrationKmsServerSideEncryption?>? kmsServerSideEncryption,
  2. Input<ServiceIntegrationLogsAnomalyDetection?>? logsAnomalyDetection,
  3. Input<ServiceIntegrationOpsCenter?>? opsCenter,
  4. Input<String?>? region,
})

Creates a new ServiceIntegrationState. kmsServerSideEncryption Information about whether DevOps Guru is configured to encrypt server-side data using KMS. See kmsServerSideEncryption below. logsAnomalyDetection Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups. See logsAnomalyDetection below. opsCenter Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight. See opsCenter below. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

const ServiceIntegrationState({
  this.kmsServerSideEncryption,
  this.logsAnomalyDetection,
  this.opsCenter,
  this.region,
});