pulumi-aws-native-kotlin
0.82.0.0
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
>
Constructors
Functions
Properties
Constructors
Web
Acl
And
Statement
Args
Link copied to clipboard
fun
WebAclAndStatementArgs
(
statements
:
Output
<
List
<
WebAclStatementArgs
>
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
WebAclAndStatementArgs
Properties
statements
Link copied to clipboard
val
statements
:
Output
<
List
<
WebAclStatementArgs
>
>