![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.wafv2.kotlin.outputs.RuleGroupNotStatement.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.wafv2.kotlin.outputs
import kotlin.Suppress
/**
*
* @property statement The statement to negate. You can use any statement that can be nested.
*/
public data class RuleGroupNotStatement(
public val statement: RuleGroupStatement,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.wafv2.outputs.RuleGroupNotStatement): RuleGroupNotStatement = RuleGroupNotStatement(
statement = javaType.statement().let({ args0 ->
com.pulumi.awsnative.wafv2.kotlin.outputs.RuleGroupStatement.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy