TriggerDestinationCloudRunService

data class TriggerDestinationCloudRunService(val path: String? = null, val region: String? = null, val service: String)

Constructors

Link copied to clipboard
constructor(path: String? = null, region: String? = null, service: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val path: String? = null

Optional. The relative path on the Cloud Run service the events should be sent to. The value must conform to the definition of URI path segment (section 3.3 of RFC2396). Examples: "/route", "route", "route/subroute".

Link copied to clipboard
val region: String? = null

Required. The region the Cloud Run service is deployed in.

Link copied to clipboard

Required. The name of the Cloud Run service being addressed. See https://cloud.google.com/run/docs/reference/rest/v1/namespaces.services. Only services located in the same project of the trigger object can be addressed.