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