getApp

suspend fun getApp(argument: GetAppPlainArgs): GetAppResult

Gets information about an application.

Return

null

Parameters

argument

null


suspend fun getApp(appId: String): GetAppResult

Return

null

See also

Parameters

appId

suspend fun getApp(argument: suspend GetAppPlainArgsBuilder.() -> Unit): GetAppResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.appengine.v1beta.kotlin.inputs.GetAppPlainArgs.