httpMethod

@JvmName(name = "vhqmiglcolnanqew")
suspend fun httpMethod(value: Output<String>)
@JvmName(name = "wgkwlfixaxkfdhrv")
suspend fun httpMethod(value: String?)

Parameters

value

The HTTP method to use for the request. When specified, it overrides HttpRequest for the task. Note that if the value is set to GET the body of the task will be ignored at execution time. Possible values are: HTTP_METHOD_UNSPECIFIED, POST, GET, HEAD, PUT, DELETE, PATCH, OPTIONS.