EventSourcesConfigEventSource constructor
const
EventSourcesConfigEventSource({
- required Input<
List< amazonCodeGuruProfilers,EventSourcesConfigEventSourceAmazonCodeGuruProfiler> >
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,
});