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