match Expresses
Parameters
value
The expressions used to match instances. See match_express
below.
suspend fun matchExpresses(vararg values: Output<ServiceGroupMonitoringAgentProcessMatchExpressArgs>)
suspend fun matchExpresses(values: List<Output<ServiceGroupMonitoringAgentProcessMatchExpressArgs>>)
Parameters
values
The expressions used to match instances. See match_express
below.
suspend fun matchExpresses(argument: List<suspend ServiceGroupMonitoringAgentProcessMatchExpressArgsBuilder.() -> Unit>)
suspend fun matchExpresses(vararg argument: suspend ServiceGroupMonitoringAgentProcessMatchExpressArgsBuilder.() -> Unit)
suspend fun matchExpresses(argument: suspend ServiceGroupMonitoringAgentProcessMatchExpressArgsBuilder.() -> Unit)
Parameters
argument
The expressions used to match instances. See match_express
below.