
com.pulumi.aws.networkfirewall.kotlin.outputs.RuleGroupRuleGroupStatefulRuleOptions.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.networkfirewall.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property ruleOrder Indicates how to manage the order of the rule evaluation for the rule group. Default value: `DEFAULT_ACTION_ORDER`. Valid values: `DEFAULT_ACTION_ORDER`, `STRICT_ORDER`.
*/
public data class RuleGroupRuleGroupStatefulRuleOptions(
public val ruleOrder: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.networkfirewall.outputs.RuleGroupRuleGroupStatefulRuleOptions): RuleGroupRuleGroupStatefulRuleOptions = RuleGroupRuleGroupStatefulRuleOptions(
ruleOrder = javaType.ruleOrder(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy