WebAclNotStatementArgs

data class WebAclNotStatementArgs(val statement: Output<WebAclStatementArgs>) : ConvertibleToJava<WebAclNotStatementArgs>

Constructors

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

Properties

Link copied to clipboard

The statement to negate. You can use any statement that can be nested.

Functions

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