Event Sources Config Event Source Args
data class EventSourcesConfigEventSourceArgs(val amazonCodeGuruProfilers: Output<List<EventSourcesConfigEventSourceAmazonCodeGuruProfilerArgs>>? = null) : ConvertibleToJava<EventSourcesConfigEventSourceArgs>
Constructors
Link copied to clipboard
constructor(amazonCodeGuruProfilers: Output<List<EventSourcesConfigEventSourceAmazonCodeGuruProfilerArgs>>? = null)
Properties
Link copied to clipboard
val amazonCodeGuruProfilers: Output<List<EventSourcesConfigEventSourceAmazonCodeGuruProfilerArgs>>? = null
Stores whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler. See amazon_code_guru_profiler
below.