SiteArgs

data class SiteArgs(val appId: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val project: Output<String>? = null, val siteId: Output<String>? = null) : ConvertibleToJava<SiteArgs>

Creates a new Hosting Site in the specified parent Firebase project. Note that Hosting sites can take several minutes to propagate through Firebase systems. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun SiteArgs(appId: Output<String>? = null, labels: Output<Map<String, String>>? = null, project: Output<String>? = null, siteId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SiteArgs

Properties

Link copied to clipboard
val appId: Output<String>? = null

Optional. The ID of a Web App associated with the Hosting site.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Optional. User-specified labels for the Hosting site.

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val siteId: Output<String>? = null

Required. Immutable. A globally unique identifier for the Hosting site. This identifier is used to construct the Firebase-provisioned subdomains for the site, so it must also be a valid domain name label.