GetWebAppConfig
A Google Cloud Firebase web application configuration
To get more information about WebApp, see:
- API documentation
- How-to Guides
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:
- web_
app_ strid 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:
- Api
Key string - Auth
Domain string - Database
Url string - Id string
The provider-assigned unique ID for this managed resource.
- Location
Id string - Measurement
Id string - Messaging
Sender stringId - Storage
Bucket string - Web
App stringId - Project string
- Api
Key string - Auth
Domain string - Database
Url string - Id string
The provider-assigned unique ID for this managed resource.
- Location
Id string - Measurement
Id string - Messaging
Sender stringId - Storage
Bucket string - Web
App stringId - Project string
- api
Key string - auth
Domain string - database
Url string - id string
The provider-assigned unique ID for this managed resource.
- location
Id string - measurement
Id string - messaging
Sender stringId - storage
Bucket string - web
App stringId - 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_ strid - storage_
bucket str - web_
app_ strid - project str
Package Details
- Repository
- https://github.com/pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.