RuleGroupAllowActionArgs

data class RuleGroupAllowActionArgs(val customRequestHandling: Output<RuleGroupCustomRequestHandlingArgs>? = null) : ConvertibleToJava<RuleGroupAllowActionArgs>

Allow traffic towards application.

Constructors

Link copied to clipboard
fun RuleGroupAllowActionArgs(customRequestHandling: Output<RuleGroupCustomRequestHandlingArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): RuleGroupAllowActionArgs

Properties