Viewing docs for Google Cloud v9.15.0
published on Thursday, Mar 12, 2026 by Pulumi
published on Thursday, Mar 12, 2026 by Pulumi
Viewing docs for Google Cloud v9.15.0
published on Thursday, Mar 12, 2026 by Pulumi
published on Thursday, Mar 12, 2026 by Pulumi
A Google Cloud Firebase web application instance
Warning: This resource is in beta, and should be used with the terraform-provider-google-beta provider. See Provider Versions for more details on beta resources.
Using getWebApp
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWebApp(args: GetWebAppArgs, opts?: InvokeOptions): Promise<GetWebAppResult>
function getWebAppOutput(args: GetWebAppOutputArgs, opts?: InvokeOptions): Output<GetWebAppResult>def get_web_app(app_id: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWebAppResult
def get_web_app_output(app_id: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWebAppResult]func LookupWebApp(ctx *Context, args *LookupWebAppArgs, opts ...InvokeOption) (*LookupWebAppResult, error)
func LookupWebAppOutput(ctx *Context, args *LookupWebAppOutputArgs, opts ...InvokeOption) LookupWebAppResultOutput> Note: This function is named LookupWebApp in the Go SDK.
public static class GetWebApp
{
public static Task<GetWebAppResult> InvokeAsync(GetWebAppArgs args, InvokeOptions? opts = null)
public static Output<GetWebAppResult> Invoke(GetWebAppInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWebAppResult> getWebApp(GetWebAppArgs args, InvokeOptions options)
public static Output<GetWebAppResult> getWebApp(GetWebAppArgs args, InvokeOptions options)
fn::invoke:
function: gcp:firebase/getWebApp:getWebApp
arguments:
# arguments dictionaryThe following arguments are supported:
getWebApp Result
The following output properties are available:
- Api
Key stringId - App
Id string - Immutable. The globally unique, Firebase-assigned identifier of the App. This identifier should be treated as an opaque token, as the data format is not specified.
- App
Urls List<string> - Deletion
Policy string - Display
Name string - Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The fully qualified resource name of the App, for example: projects/projectId/webApps/appId
- Project string
- Api
Key stringId - App
Id string - Immutable. The globally unique, Firebase-assigned identifier of the App. This identifier should be treated as an opaque token, as the data format is not specified.
- App
Urls []string - Deletion
Policy string - Display
Name string - Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The fully qualified resource name of the App, for example: projects/projectId/webApps/appId
- Project string
- api
Key StringId - app
Id String - Immutable. The globally unique, Firebase-assigned identifier of the App. This identifier should be treated as an opaque token, as the data format is not specified.
- app
Urls List<String> - deletion
Policy String - display
Name String - id String
- The provider-assigned unique ID for this managed resource.
- name String
- The fully qualified resource name of the App, for example: projects/projectId/webApps/appId
- project String
- api
Key stringId - app
Id string - Immutable. The globally unique, Firebase-assigned identifier of the App. This identifier should be treated as an opaque token, as the data format is not specified.
- app
Urls string[] - deletion
Policy string - display
Name string - id string
- The provider-assigned unique ID for this managed resource.
- name string
- The fully qualified resource name of the App, for example: projects/projectId/webApps/appId
- project string
- api_
key_ strid - app_
id str - Immutable. The globally unique, Firebase-assigned identifier of the App. This identifier should be treated as an opaque token, as the data format is not specified.
- app_
urls Sequence[str] - deletion_
policy str - display_
name str - id str
- The provider-assigned unique ID for this managed resource.
- name str
- The fully qualified resource name of the App, for example: projects/projectId/webApps/appId
- project str
- api
Key StringId - app
Id String - Immutable. The globally unique, Firebase-assigned identifier of the App. This identifier should be treated as an opaque token, as the data format is not specified.
- app
Urls List<String> - deletion
Policy String - display
Name String - id String
- The provider-assigned unique ID for this managed resource.
- name String
- The fully qualified resource name of the App, for example: projects/projectId/webApps/appId
- project String
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.
Viewing docs for Google Cloud v9.15.0
published on Thursday, Mar 12, 2026 by Pulumi
published on Thursday, Mar 12, 2026 by Pulumi
