
com.pulumi.aws.devopsguru.kotlin.inputs.EventSourcesConfigEventSourceArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.devopsguru.kotlin.inputs
import com.pulumi.aws.devopsguru.inputs.EventSourcesConfigEventSourceArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.jvm.JvmName
/**
*
* @property amazonCodeGuruProfilers Stores whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler. See `amazon_code_guru_profiler` below.
*/
public data class EventSourcesConfigEventSourceArgs(
public val amazonCodeGuruProfilers: Output>? = null,
) : ConvertibleToJava {
override fun toJava(): com.pulumi.aws.devopsguru.inputs.EventSourcesConfigEventSourceArgs =
com.pulumi.aws.devopsguru.inputs.EventSourcesConfigEventSourceArgs.builder()
.amazonCodeGuruProfilers(
amazonCodeGuruProfilers?.applyValue({ args0 ->
args0.map({ args0 ->
args0.let({ args0 -> args0.toJava() })
})
}),
).build()
}
/**
* Builder for [EventSourcesConfigEventSourceArgs].
*/
@PulumiTagMarker
public class EventSourcesConfigEventSourceArgsBuilder internal constructor() {
private var amazonCodeGuruProfilers:
Output>? = null
/**
* @param value Stores whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler. See `amazon_code_guru_profiler` below.
*/
@JvmName("evheyjtotqverhck")
public suspend fun amazonCodeGuruProfilers(`value`: Output>) {
this.amazonCodeGuruProfilers = value
}
@JvmName("cycrtanmdbguderj")
public suspend fun amazonCodeGuruProfilers(vararg values: Output) {
this.amazonCodeGuruProfilers = Output.all(values.asList())
}
/**
* @param values Stores whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler. See `amazon_code_guru_profiler` below.
*/
@JvmName("nefxxhryuydxyryl")
public suspend fun amazonCodeGuruProfilers(values: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy