EventSourcesConfigEventSource constructor

const EventSourcesConfigEventSource({
  1. required Input<List<EventSourcesConfigEventSourceAmazonCodeGuruProfiler>> amazonCodeGuruProfilers,
})

Creates a new EventSourcesConfigEventSource. amazonCodeGuruProfilers Stores whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler. See amazonCodeGuruProfiler below.

Implementation

const EventSourcesConfigEventSource({
  required this.amazonCodeGuruProfilers,
});