Class HostingVersionState


  • public final class HostingVersionState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • config

        public java.util.Optional<com.pulumi.core.Output<HostingVersionConfigArgs>> config()
        Returns:
        The configuration for the behavior of the site. This configuration exists in the `firebase.json` file. Structure is documented below.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The fully-qualified resource name for the version, in the format: sites/SITE_ID/versions/VERSION_ID
      • siteId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> siteId()
        Returns:
        Required. The ID of the site in which to create this Version. ***
      • versionId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> versionId()
        Returns:
        The ID for the version as in sites/SITE_ID/versions/VERSION_ID