pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.wafv2.kotlin.inputs
/
WebAclRuleStatementOrStatementArgs
Web
Acl
Rule
Statement
Or
Statement
Args
data
class
WebAclRuleStatementOrStatementArgs
(
val
statements
:
Output
<
List
<
WebAclRuleStatementArgs
>
>
)
:
ConvertibleToJava
<
WebAclRuleStatementOrStatementArgs
>
Constructors
Functions
Properties
Constructors
Web
Acl
Rule
Statement
Or
Statement
Args
Link copied to clipboard
fun
WebAclRuleStatementOrStatementArgs
(
statements
:
Output
<
List
<
WebAclRuleStatementArgs
>
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
WebAclRuleStatementOrStatementArgs
Properties
statements
Link copied to clipboard
val
statements
:
Output
<
List
<
WebAclRuleStatementArgs
>
>
The statements to combine.