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.inputs
/
WebAclAndStatementArgs
Web
Acl
And
Statement
Args
data
class
WebAclAndStatementArgs
(
val
statements
:
Output
<
List
<
WebAclStatementArgs
>
>
)
:
ConvertibleToJava
<
WebAclAndStatementArgs
>
Members
Constructors
Web
Acl
And
Statement
Args
Link copied to clipboard
constructor
(
statements
:
Output
<
List
<
WebAclStatementArgs
>
>
)
Properties
statements
Link copied to clipboard
val
statements
:
Output
<
List
<
WebAclStatementArgs
>
>
The statements to combine with AND logic. You can use any statements that can be nested.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
WebAclAndStatementArgs