GetWebAppConfig

A Google Cloud Firebase web application configuration

To get more information about WebApp, see:

Using GetWebAppConfig

function getWebAppConfig(args: GetWebAppConfigArgs, opts?: InvokeOptions): Promise<GetWebAppConfigResult>
function  get_web_app_config(project=None, web_app_id=None, opts=None)
func GetWebAppConfig(ctx *Context, args *GetWebAppConfigArgs, opts ...InvokeOption) (*GetWebAppConfigResult, error)
public static class GetWebAppConfig {
    public static Task<GetWebAppConfigResult> InvokeAsync(GetWebAppConfigArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

WebAppId string

the id of the firebase web app

Project string

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

WebAppId string

the id of the firebase web app

Project string

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

webAppId string

the id of the firebase web app

project string

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

web_app_id str

the id of the firebase web app

project str

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

GetWebAppConfig Result

The following output properties are available:

ApiKey string
AuthDomain string
DatabaseUrl string
Id string

The provider-assigned unique ID for this managed resource.

LocationId string
MeasurementId string
MessagingSenderId string
StorageBucket string
WebAppId string
Project string
ApiKey string
AuthDomain string
DatabaseUrl string
Id string

The provider-assigned unique ID for this managed resource.

LocationId string
MeasurementId string
MessagingSenderId string
StorageBucket string
WebAppId string
Project string
apiKey string
authDomain string
databaseUrl string
id string

The provider-assigned unique ID for this managed resource.

locationId string
measurementId string
messagingSenderId string
storageBucket string
webAppId string
project string
api_key str
auth_domain str
database_url str
id str

The provider-assigned unique ID for this managed resource.

location_id str
measurement_id str
messaging_sender_id str
storage_bucket str
web_app_id str
project str

Package Details

Repository
https://github.com/pulumi/pulumi-gcp
License
Apache-2.0
Notes
This Pulumi package is based on the google-beta Terraform Provider.