DestinationArgs

data class DestinationArgs(val cloudRunService: Output<CloudRunServiceArgs>? = null) : ConvertibleToJava<DestinationArgs>

Represents a target of an invocation over HTTP.

Constructors

Link copied to clipboard
fun DestinationArgs(cloudRunService: Output<CloudRunServiceArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DestinationArgs

Properties

Link copied to clipboard

Cloud Run fully-managed service that receives the events. The service should be running in the same project as the trigger.