WebApp

A Google Cloud Firebase web application instance

To get more information about WebApp, see:

Create a WebApp Resource

new WebApp(name: string, args: WebAppArgs, opts?: CustomResourceOptions);
def WebApp(resource_name, opts=None, display_name=None, project=None, __props__=None);
func NewWebApp(ctx *Context, name string, args WebAppArgs, opts ...ResourceOption) (*WebApp, error)
public WebApp(string name, WebAppArgs args, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args WebAppArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args WebAppArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args WebAppArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

WebApp Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The WebApp resource accepts the following input properties:

DisplayName string

The user-assigned display name of the App.

Project string

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

DisplayName string

The user-assigned display name of the App.

Project string

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

displayName string

The user-assigned display name of the App.

project string

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

display_name str

The user-assigned display name of the App.

project str

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

Outputs

All input properties are implicitly available as output properties. Additionally, the WebApp resource produces the following output properties:

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.

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

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.

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

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.

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

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.

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

Look up an Existing WebApp Resource

Get an existing WebApp resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: WebAppState, opts?: CustomResourceOptions): WebApp
static get(resource_name, id, opts=None, app_id=None, display_name=None, name=None, project=None, __props__=None);
func GetWebApp(ctx *Context, name string, id IDInput, state *WebAppState, opts ...ResourceOption) (*WebApp, error)
public static WebApp Get(string name, Input<string> id, WebAppState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

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.

DisplayName string

The user-assigned display name of the App.

Name string

The fully qualified resource name of the App, for example: projects/projectId/webApps/appId

Project string

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

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.

DisplayName string

The user-assigned display name of the App.

Name string

The fully qualified resource name of the App, for example: projects/projectId/webApps/appId

Project string

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

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.

displayName string

The user-assigned display name of the App.

name string

The fully qualified resource name of the App, for example: projects/projectId/webApps/appId

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

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.

display_name str

The user-assigned display name of the App.

name str

The fully qualified resource name of the App, for example: projects/projectId/webApps/appId

project str

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

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.