Container App Probe Http Get Args
data class ContainerAppProbeHttpGetArgs(val host: Output<String>? = null, val httpHeaders: Output<List<ContainerAppProbeHttpHeadersArgs>>? = null, val path: Output<String>? = null, val port: Output<Int>, val scheme: Output<Either<String, Scheme>>? = null) : ConvertibleToJava<ContainerAppProbeHttpGetArgs>
HTTPGet specifies the http request to perform.
Constructors
Link copied to clipboard
fun ContainerAppProbeHttpGetArgs(host: Output<String>? = null, httpHeaders: Output<List<ContainerAppProbeHttpHeadersArgs>>? = null, path: Output<String>? = null, port: Output<Int>, scheme: Output<Either<String, Scheme>>? = null)