HTTPGet Action Patch Args
data class HTTPGetActionPatchArgs(val host: Output<String>? = null, val httpHeaders: Output<List<HTTPHeaderPatchArgs>>? = null, val path: Output<String>? = null, val port: Output<Either<Int, String>>? = null, val scheme: Output<String>? = null) : ConvertibleToJava<HTTPGetActionPatchArgs>
HTTPGetAction describes an action based on HTTP Get requests.
Constructors
Link copied to clipboard
fun HTTPGetActionPatchArgs(host: Output<String>? = null, httpHeaders: Output<List<HTTPHeaderPatchArgs>>? = null, path: Output<String>? = null, port: Output<Either<Int, String>>? = null, scheme: Output<String>? = null)