Site Args
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.