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

EventSourcesConfig

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

Information about the integration of DevOps Guru as consumer with another AWS service, such as AWS CodeGuru Profiler via EventBridge.

interface EventSourcesConfig {
AmazonCodeGuruProfiler?: AmazonCodeGuruProfilerIntegration | null;
}

§Properties

§
AmazonCodeGuruProfiler?: AmazonCodeGuruProfilerIntegration | null
[src]

Information about whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler.