Version

class Version : KotlinCustomResource

Creates a new version for the specified site.

Properties

Link copied to clipboard

The configuration for the behavior of the site. This configuration exists in the firebase.json file.

Link copied to clipboard
val createTime: Output<String>

The time at which the version was created.

Link copied to clipboard

Identifies the user who created the version.

Link copied to clipboard
val deleteTime: Output<String>

The time at which the version was DELETED.

Link copied to clipboard

Identifies the user who DELETED the version.

Link copied to clipboard
val fileCount: Output<String>

The total number of files associated with the version. This value is calculated after a version is FINALIZED.

Link copied to clipboard
val finalizeTime: Output<String>

The time at which the version was FINALIZED.

Link copied to clipboard

Identifies the user who FINALIZED the version.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

The labels used for extra metadata and/or filtering.

Link copied to clipboard
val name: Output<String>

The fully-qualified resource name for the version, in the format: sites/ SITE_ID/versions/VERSION_ID This name is provided in the response body when you call sites.versions/create.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val siteId: Output<String>
Link copied to clipboard
val sizeBytes: Output<String>?

The self-reported size of the version. This value is used for a pre-emptive quota check for legacy version uploads.

Link copied to clipboard
val status: Output<String>

The deploy status of the version. For a successful deploy, call sites.versions/create to make a new version (CREATED status), sites.versions/populateFiles to the version, then sites.versions/patch the version to the FINALIZED status. Note that if you leave the version in the CREATED state for more than 12 hours, the system will automatically mark the version as ABANDONED. You can also change the status of a version to DELETED by calling sites.versions/delete.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val versionBytes: Output<String>

The total stored bytesize of the version. This value is calculated after a version is FINALIZED.

Link copied to clipboard
val versionId: Output<String>?

A unique id for the new version. This is was only specified for legacy version creations, and should be blank.