getWebApp

A Google Cloud Firebase web application instance

Return

A collection of values returned by getWebApp.

Parameters

argument

A collection of arguments for invoking getWebApp.


suspend fun getWebApp(appId: String, project: String? = null): GetWebAppResult

Return

A collection of values returned by getWebApp.

Parameters

appId

The app_ip of name of the Firebase webApp.

project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

See also


suspend fun getWebApp(argument: suspend GetWebAppPlainArgsBuilder.() -> Unit): GetWebAppResult

Return

A collection of values returned by getWebApp.

Parameters

argument

Builder for com.pulumi.gcp.firebase.kotlin.inputs.GetWebAppPlainArgs.

See also