getWebAppConfig

A Google Cloud Firebase web application configuration To get more information about WebApp, see:

Return

A collection of values returned by getWebAppConfig.

Parameters

argument

A collection of arguments for invoking getWebAppConfig.


suspend fun getWebAppConfig(project: String? = null, webAppId: String): GetWebAppConfigResult

Return

A collection of values returned by getWebAppConfig.

Parameters

project

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

webAppId

the id of the firebase web app

See also


Return

A collection of values returned by getWebAppConfig.

Parameters

argument

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

See also