com.pulumi.gcp.cloudscheduler.kotlin.inputs.JobHttpTargetArgs.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.JobHttpTargetArgs.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 body HTTP request body.
* A request body is allowed only if the HTTP method is POST, PUT, or PATCH.
* It is an error to set body on a job with an incompatible HttpMethod.
* A base64-encoded string.
* @property headers This map contains the header field names and values.
* Repeated headers are not supported, but a header value can contain commas.
* @property httpMethod Which HTTP method to use for the request.
* @property oauthToken Contains information needed for generating an OAuth token.
* This type of authorization should be used when sending requests to a GCP endpoint.
* Structure is documented below.
* @property oidcToken Contains information needed for generating an OpenID Connect token.
* This type of authorization should be used when sending requests to third party endpoints or Cloud Run.
* Structure is documented below.
* @property uri The full URI path that the request will be sent to.
*/
public data class JobHttpTargetArgs(
public val body: Output? = null,
public val headers: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy