![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.wafv2.kotlin.inputs.RuleGroupOrStatementArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.wafv2.kotlin.inputs
import com.pulumi.awsnative.wafv2.inputs.RuleGroupOrStatementArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
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 statements The statements to combine with OR logic. You can use any statements that can be nested.
*/
public data class RuleGroupOrStatementArgs(
public val statements: Output>,
) : ConvertibleToJava {
override fun toJava(): com.pulumi.awsnative.wafv2.inputs.RuleGroupOrStatementArgs =
com.pulumi.awsnative.wafv2.inputs.RuleGroupOrStatementArgs.builder()
.statements(
statements.applyValue({ args0 ->
args0.map({ args0 ->
args0.let({ args0 ->
args0.toJava()
})
})
}),
).build()
}
/**
* Builder for [RuleGroupOrStatementArgs].
*/
@PulumiTagMarker
public class RuleGroupOrStatementArgsBuilder internal constructor() {
private var statements: Output>? = null
/**
* @param value The statements to combine with OR logic. You can use any statements that can be nested.
*/
@JvmName("axqbkbegelbsmcue")
public suspend fun statements(`value`: Output>) {
this.statements = value
}
@JvmName("bngwfwuikwutyvfs")
public suspend fun statements(vararg values: Output) {
this.statements = Output.all(values.asList())
}
/**
* @param values The statements to combine with OR logic. You can use any statements that can be nested.
*/
@JvmName("yomnxnxxlmbrsatr")
public suspend fun statements(values: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy