toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.wafv2.kotlin.outputs
/
WebAclAndStatement
Web
Acl
And
Statement
data
class
WebAclAndStatement
(
val
statements
:
List
<
WebAclStatement
>
)
Members
Constructors
Web
Acl
And
Statement
Link copied to clipboard
constructor
(
statements
:
List
<
WebAclStatement
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
statements
Link copied to clipboard
val
statements
:
List
<
WebAclStatement
>
The statements to combine with AND logic. You can use any statements that can be nested.