Job App Engine Http Target Args
data class JobAppEngineHttpTargetArgs(val appEngineRouting: Output<JobAppEngineHttpTargetAppEngineRoutingArgs>? = null, val body: Output<String>? = null, val headers: Output<Map<String, String>>? = null, val httpMethod: Output<String>? = null, val relativeUri: Output<String>) : ConvertibleToJava<JobAppEngineHttpTargetArgs>
Properties
Link copied to clipboard
App Engine Routing setting for the job. Structure is documented below.
Link copied to clipboard
Which HTTP method to use for the request.
Link copied to clipboard
The relative URI. The relative URL must begin with "/" and must be a valid HTTP relative URL. It can contain a path, query string arguments, and \# fragments. If the relative URL is empty, then the root path "/" will be used. No spaces are allowed, and the maximum length allowed is 2083 characters