Destination Args
data class DestinationArgs(val cloudFunction: Output<String>? = null, val cloudRun: Output<CloudRunArgs>? = null, val gke: Output<GKEArgs>? = null, val workflow: Output<String>? = null) : ConvertibleToJava<DestinationArgs>
Represents a target of an invocation over HTTP.
Constructors
Link copied to clipboard
constructor(cloudFunction: Output<String>? = null, cloudRun: Output<CloudRunArgs>? = null, gke: Output<GKEArgs>? = null, workflow: Output<String>? = null)
Properties
Link copied to clipboard
The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: projects/{project}/locations/{location}/functions/{function}
This is a read-only field. Creating Cloud Functions V2 triggers is only supported via the Cloud Functions product. An error will be returned if the user sets this value.
Link copied to clipboard
Cloud Run fully-managed resource that receives the events. The resource should be in the same project as the trigger.