com.pulumi.gcp.cloudscheduler.kotlin.inputs.JobAppEngineHttpTargetArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.cloudscheduler.kotlin.inputs
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.gcp.cloudscheduler.inputs.JobAppEngineHttpTargetArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property appEngineRouting App Engine Routing setting for the job.
* Structure is documented below.
* @property body HTTP request body.
* A request body is allowed only if the HTTP method is POST or PUT.
* It will result in invalid argument error to set a body on a job with an incompatible HttpMethod.
* A base64-encoded string.
* @property headers HTTP request headers.
* This map contains the header field names and values.
* Headers can be set when the job is created.
* @property httpMethod Which HTTP method to use for the request.
* @property relativeUri 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
*/
public data class JobAppEngineHttpTargetArgs(
public val appEngineRouting: Output? = null,
public val body: Output? = null,
public val headers: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy