GetWebApp

A Google Cloud Firebase web application instance

Using GetWebApp

function getWebApp(args: GetWebAppArgs, opts?: InvokeOptions): Promise<GetWebAppResult>
function  get_web_app(app_id=None, opts=None)
func LookupWebApp(ctx *Context, args *LookupWebAppArgs, opts ...InvokeOption) (*LookupWebAppResult, error)

Note: This function is named LookupWebApp in the Go SDK.

public static class GetWebApp {
    public static Task<GetWebAppResult> InvokeAsync(GetWebAppArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

AppId string

The app_ip of name of the Firebase webApp.

AppId string

The app_ip of name of the Firebase webApp.

appId string

The app_ip of name of the Firebase webApp.

app_id str

The app_ip of name of the Firebase webApp.

GetWebApp Result

The following output properties are available:

AppId string
DisplayName string
Id string

The provider-assigned unique ID for this managed resource.

Name string
Project string
AppId string
DisplayName string
Id string

The provider-assigned unique ID for this managed resource.

Name string
Project string
appId string
displayName string
id string

The provider-assigned unique ID for this managed resource.

name string
project string
app_id str
display_name str
id str

The provider-assigned unique ID for this managed resource.

name 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.