![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.wafv2.kotlin.outputs.WebAclExcludedRule.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.wafv2.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Excluded Rule in the RuleGroup or ManagedRuleGroup will not be evaluated.
* @property name The name of the rule whose action you want to override to `Count` .
*/
public data class WebAclExcludedRule(
public val name: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.wafv2.outputs.WebAclExcludedRule): WebAclExcludedRule = WebAclExcludedRule(
name = javaType.name(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy