statements
suspend fun statements(value: Output<List<WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementStatementArgs>>)
suspend fun statements(value: List<WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementStatementArgs>)
Parameters
value
Statements to combine with AND
logic. You can use any statements that can be nested. See statement
above for details.
suspend fun statements(vararg values: Output<WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementStatementArgs>)
suspend fun statements(values: List<Output<WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementStatementArgs>>)
suspend fun statements(vararg values: WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementStatementArgs)
Parameters
values
Statements to combine with AND
logic. You can use any statements that can be nested. See statement
above for details.
suspend fun statements(argument: List<suspend WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementStatementArgsBuilder.() -> Unit>)
suspend fun statements(vararg argument: suspend WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementStatementArgsBuilder.() -> Unit)
suspend fun statements(argument: suspend WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementStatementArgsBuilder.() -> Unit)
Parameters
argument
Statements to combine with AND
logic. You can use any statements that can be nested. See statement
above for details.