AppEngineArgs

data class AppEngineArgs(val moduleId: Output<String>? = null) : ConvertibleToJava<AppEngineArgs>

App Engine service. Learn more at https://cloud.google.com/appengine.

Constructors

Link copied to clipboard
constructor(moduleId: Output<String>? = null)

Properties

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

The ID of the App Engine module underlying this service. Corresponds to the module_id resource label in the gae_app monitored resource (https://cloud.google.com/monitoring/api/resources#tag_gae_app).

Functions

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