field To Matches
suspend fun fieldToMatches(value: Output<List<WebAclLoggingConfigurationRedactedFieldsFieldToMatchArgs>>)
Parameters
value
Set of configuration blocks for fields to redact. Detailed below.
suspend fun fieldToMatches(vararg values: Output<WebAclLoggingConfigurationRedactedFieldsFieldToMatchArgs>)
suspend fun fieldToMatches(values: List<Output<WebAclLoggingConfigurationRedactedFieldsFieldToMatchArgs>>)
Parameters
values
Set of configuration blocks for fields to redact. Detailed below.
suspend fun fieldToMatches(argument: List<suspend WebAclLoggingConfigurationRedactedFieldsFieldToMatchArgsBuilder.() -> Unit>)
suspend fun fieldToMatches(vararg argument: suspend WebAclLoggingConfigurationRedactedFieldsFieldToMatchArgsBuilder.() -> Unit)
suspend fun fieldToMatches(argument: suspend WebAclLoggingConfigurationRedactedFieldsFieldToMatchArgsBuilder.() -> Unit)
Parameters
argument
Set of configuration blocks for fields to redact. Detailed below.