matchOptions

@JvmName(name = "yehhteultpkjriwn")
suspend fun matchOptions(value: Output<List<String>>)
@JvmName(name = "djsmgpfqrjiptbee")
suspend fun matchOptions(value: List<String>?)

Parameters

value

Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is EQUALS and CASE_SENSITIVE. Valid values are: EQUALS, ABSENT, STARTS_WITH, ENDS_WITH, CONTAINS, CASE_SENSITIVE, CASE_INSENSITIVE.


@JvmName(name = "yhgqeljhxoxmunif")
suspend fun matchOptions(vararg values: Output<String>)


@JvmName(name = "mwnmilcufdnnxskx")
suspend fun matchOptions(values: List<Output<String>>)
@JvmName(name = "lljapujbbcjiacxd")
suspend fun matchOptions(vararg values: String)

Parameters

values

Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is EQUALS and CASE_SENSITIVE. Valid values are: EQUALS, ABSENT, STARTS_WITH, ENDS_WITH, CONTAINS, CASE_SENSITIVE, CASE_INSENSITIVE.