ServiceTemplateContainerStartupProbeHttpGetArgs

data class ServiceTemplateContainerStartupProbeHttpGetArgs(val httpHeaders: Output<List<ServiceTemplateContainerStartupProbeHttpGetHttpHeaderArgs>>? = null, val path: Output<String>? = null) : ConvertibleToJava<ServiceTemplateContainerStartupProbeHttpGetArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): ServiceTemplateContainerStartupProbeHttpGetArgs

Properties

Link copied to clipboard

Custom headers to set in the request. HTTP allows repeated headers. Structure is documented below.

Link copied to clipboard
val path: Output<String>? = null

Path to access on the HTTP server. Defaults to '/'.