pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.wafv2.kotlin.inputs
/
WebAclOrStatementArgs
Web
Acl
Or
Statement
Args
data
class
WebAclOrStatementArgs
(
val
statements
:
Output
<
List
<
WebAclStatementArgs
>
>
)
:
ConvertibleToJava
<
WebAclOrStatementArgs
>
Constructors
Functions
Properties
Constructors
Web
Acl
Or
Statement
Args
Link copied to clipboard
fun
WebAclOrStatementArgs
(
statements
:
Output
<
List
<
WebAclStatementArgs
>
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
WebAclOrStatementArgs
Properties
statements
Link copied to clipboard
val
statements
:
Output
<
List
<
WebAclStatementArgs
>
>