amazon Code Guru Profilers
suspend fun amazonCodeGuruProfilers(value: Output<List<EventSourcesConfigEventSourceAmazonCodeGuruProfilerArgs>>)
suspend fun amazonCodeGuruProfilers(value: List<EventSourcesConfigEventSourceAmazonCodeGuruProfilerArgs>?)
Parameters
value
Stores whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler. See amazon_code_guru_profiler
below.
suspend fun amazonCodeGuruProfilers(vararg values: Output<EventSourcesConfigEventSourceAmazonCodeGuruProfilerArgs>)
suspend fun amazonCodeGuruProfilers(values: List<Output<EventSourcesConfigEventSourceAmazonCodeGuruProfilerArgs>>)
suspend fun amazonCodeGuruProfilers(vararg values: EventSourcesConfigEventSourceAmazonCodeGuruProfilerArgs)
Parameters
values
Stores whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler. See amazon_code_guru_profiler
below.
suspend fun amazonCodeGuruProfilers(argument: List<suspend EventSourcesConfigEventSourceAmazonCodeGuruProfilerArgsBuilder.() -> Unit>)
suspend fun amazonCodeGuruProfilers(vararg argument: suspend EventSourcesConfigEventSourceAmazonCodeGuruProfilerArgsBuilder.() -> Unit)
suspend fun amazonCodeGuruProfilers(argument: suspend EventSourcesConfigEventSourceAmazonCodeGuruProfilerArgsBuilder.() -> Unit)
Parameters
argument
Stores whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler. See amazon_code_guru_profiler
below.