WebAclAndStatementArgs

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

Constructors

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

Properties

Link copied to clipboard

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

Functions

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