CloudRunArgs

data class CloudRunArgs(val location: Output<String>? = null, val serviceName: Output<String>? = null) : ConvertibleToJava<CloudRunArgs>

Cloud Run service. Learn more at https://cloud.google.com/run.

Constructors

Link copied to clipboard
fun CloudRunArgs(location: Output<String>? = null, serviceName: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val location: Output<String>? = null

The location the service is run. Corresponds to the location resource label in the cloud_run_revision monitored resource (https://cloud.google.com/monitoring/api/resources#tag_cloud_run_revision).

Link copied to clipboard
val serviceName: Output<String>? = null

The name of the Cloud Run service. Corresponds to the service_name resource label in the cloud_run_revision monitored resource (https://cloud.google.com/monitoring/api/resources#tag_cloud_run_revision).