GroupContainerLivenessProbeHttpGetArgs

data class GroupContainerLivenessProbeHttpGetArgs(val httpHeaders: Output<Map<String, String>>? = null, val path: Output<String>? = null, val port: Output<Int>? = null, val scheme: Output<String>? = null) : ConvertibleToJava<GroupContainerLivenessProbeHttpGetArgs>

Constructors

Link copied to clipboard
constructor(httpHeaders: Output<Map<String, String>>? = null, path: Output<String>? = null, port: Output<Int>? = null, scheme: Output<String>? = null)

Properties

Link copied to clipboard
val httpHeaders: Output<Map<String, String>>? = null

A map of HTTP headers used to access on the container. Changing this forces a new resource to be created.

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

Path to access on the HTTP server. Changing this forces a new resource to be created.

Link copied to clipboard
val port: Output<Int>? = null

Number of the port to access on the container. Changing this forces a new resource to be created.

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

Scheme to use for connecting to the host. Possible values are Http and Https. Changing this forces a new resource to be created.

Functions

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