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
fun DestinationArgs(cloudFunction: Output<String>? = null, cloudRun: Output<CloudRunArgs>? = null, gke: Output<GKEArgs>? = null, workflow: Output<String>? = null)
Functions
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.