1. Packages
  2. Google Cloud (GCP) Classic
  3. API Docs
  4. firebase
  5. getWebApp
Google Cloud Classic v7.16.0 published on Wednesday, Mar 27, 2024 by Pulumi

gcp.firebase.getWebApp

Explore with Pulumi AI

gcp logo
Google Cloud Classic v7.16.0 published on Wednesday, Mar 27, 2024 by Pulumi

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: gcp:firebase/getWebApp:getWebApp
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AppId string
    The app_ip of name of the Firebase webApp.


    Project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    AppId string
    The app_ip of name of the Firebase webApp.


    Project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    appId String
    The app_ip of name of the Firebase webApp.


    project String
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    appId string
    The app_ip of name of the Firebase webApp.


    project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    app_id str
    The app_ip of name of the Firebase webApp.


    project str
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    appId String
    The app_ip of name of the Firebase webApp.


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

    getWebApp Result

    The following output properties are available:

    ApiKeyId string
    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
    ApiKeyId string
    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
    apiKeyId String
    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
    apiKeyId string
    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_id str
    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
    apiKeyId String
    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-beta Terraform Provider.
    gcp logo
    Google Cloud Classic v7.16.0 published on Wednesday, Mar 27, 2024 by Pulumi