Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ServiceIntegrationConfig

import type { ServiceIntegrationConfig } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";

Information about the integration of DevOps Guru with another Amazon Web Services service, such as Amazon Web Services Systems Manager.

interface ServiceIntegrationConfig {
LogsAnomalyDetection?: LogsAnomalyDetectionIntegration | null;
OpsCenter?: OpsCenterIntegration | null;
}

§Properties

§
LogsAnomalyDetection?: LogsAnomalyDetectionIntegration | null
[src]

Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.

§
OpsCenter?: OpsCenterIntegration | null
[src]

Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.