ignoreCase

@JvmName(name = "yccjwmqqndyxlsdu")
suspend fun ignoreCase(value: Output<Boolean>)
@JvmName(name = "hgonbvyjnusvvlfa")
suspend fun ignoreCase(value: Boolean?)

Parameters

value

If true, indicates the exact/prefix/suffix/contains matching should be case insensitive. For example, the matcher data will match both input string Data and data if set to true.