Google Cloud Run V2HTTPGet Action Args
data class GoogleCloudRunV2HTTPGetActionArgs(val httpHeaders: Output<List<GoogleCloudRunV2HTTPHeaderArgs>>? = null, val path: Output<String>? = null, val port: Output<Int>? = null) : ConvertibleToJava<GoogleCloudRunV2HTTPGetActionArgs>
HTTPGetAction describes an action based on HTTP Get requests.
Constructors
Link copied to clipboard
fun GoogleCloudRunV2HTTPGetActionArgs(httpHeaders: Output<List<GoogleCloudRunV2HTTPHeaderArgs>>? = null, path: Output<String>? = null, port: Output<Int>? = null)