ControlArgs

data class ControlArgs(val environment: Output<String>? = null) : ConvertibleToJava<ControlArgs>

Selects and configures the service controller used by the service. Example: control: environment: servicecontrol.googleapis.com

Constructors

Link copied to clipboard
fun ControlArgs(environment: Output<String>? = null)

Functions

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

Properties

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

The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com