WebAclOrStatementArgs

data class WebAclOrStatementArgs(val statements: Output<List<WebAclStatementArgs>>) : ConvertibleToJava<WebAclOrStatementArgs>

Constructors

Link copied to clipboard
constructor(statements: Output<List<WebAclStatementArgs>>)

Properties

Link copied to clipboard

The statements to combine with OR logic. You can use any statements that can be nested.

Functions

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