requests

@JvmName(name = "reoqtpwbwdwxigbl")
suspend fun requests(value: Output<List<String>>)
@JvmName(name = "qxrsunqxtpbvqkdw")
suspend fun requests(value: List<String>?)

Parameters

value

Requests lists the names of requests where the configuration applies. If empty, its applies to all requests. References to subrequests must include the name of the main request and may include the subrequest using the format

/. If just the main request is given, the configuration applies to all subrequests.


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


@JvmName(name = "qujjjqgyicoxwwmb")
suspend fun requests(values: List<Output<String>>)
@JvmName(name = "cpiugtoddwakssee")
suspend fun requests(vararg values: String)

Parameters

values

Requests lists the names of requests where the configuration applies. If empty, its applies to all requests. References to subrequests must include the name of the main request and may include the subrequest using the format

/. If just the main request is given, the configuration applies to all subrequests.