Google Cloud Run V2Probe Args
fun GoogleCloudRunV2ProbeArgs(failureThreshold: Output<Int>? = null, grpc: Output<GoogleCloudRunV2GRPCActionArgs>? = null, httpGet: Output<GoogleCloudRunV2HTTPGetActionArgs>? = null, initialDelaySeconds: Output<Int>? = null, periodSeconds: Output<Int>? = null, tcpSocket: Output<GoogleCloudRunV2TCPSocketActionArgs>? = null, timeoutSeconds: Output<Int>? = null)