launchStage

@JvmName(name = "cwtikhlkdgiwcccl")
suspend fun launchStage(value: Output<String>)
@JvmName(name = "ilifouxkegpnmwyx")
suspend fun launchStage(value: String?)

Parameters

value

The launch stage as defined by [Google Cloud Platform Launch

  • Stages](https://cloud.google.com/products#product-launch-stages). Cloud Run supports ALPHA, BETA, and GA. If no value is specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that stage. On read (or output), describes whether the resource uses preview features. For example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output. Possible values: "UNIMPLEMENTED", "PRELAUNCH", "EARLY_ACCESS", "ALPHA", "BETA", "GA", "DEPRECATED"