CloudRunLocationArgs

data class CloudRunLocationArgs(val location: Output<String>) : ConvertibleToJava<CloudRunLocationArgs>

Information specifying where to deploy a Cloud Run Service.

Constructors

Link copied to clipboard
fun CloudRunLocationArgs(location: Output<String>)

Functions

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

Properties

Link copied to clipboard
val location: Output<String>

The location for the Cloud Run Service. Format must be projects/{project}/locations/{location}.