Google Cloud v8.21.0 published on Wednesday, Mar 5, 2025 by Pulumi
gcp.firebase.getWebApp
Explore with Pulumi AI
A Google Cloud Firebase web application instance
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:
- ApiKey stringId 
- AppId 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.
- AppUrls List<string>
- DeletionPolicy string
- DisplayName 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
- ApiKey stringId 
- AppId 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.
- AppUrls []string
- DeletionPolicy string
- DisplayName 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
- apiKey StringId 
- appId 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.
- appUrls List<String>
- deletionPolicy String
- displayName 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
- apiKey stringId 
- appId 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.
- appUrls string[]
- deletionPolicy string
- displayName 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
- apiKey StringId 
- appId 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.
- appUrls List<String>
- deletionPolicy String
- displayName 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.