Release

class Release : KotlinCustomResource

Creates a new release, which makes the content of the specified version actively display on the appropriate URL(s). Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Properties

Link copied to clipboard
val channelId: Output<String>
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val message: Output<String>

The deploy description when the release was created. The value can be up to 512 characters.

Link copied to clipboard
val name: Output<String>

The unique identifier for the release, in either of the following formats: - sites/SITE_ID/releases/RELEASE_ID - sites/SITE_ID/channels/CHANNEL_ID/releases/RELEASE_ID This name is provided in the response body when you call sites.releases/create or sites.channels.releases/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 releaseTime: Output<String>

The time at which the version is set to be public.

Link copied to clipboard

Identifies the user who created the release.

Link copied to clipboard
val siteId: Output<String>
Link copied to clipboard
val type: Output<String>

Explains the reason for the release. Specify a value for this field only when creating a SITE_DISABLE type release.

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

The configuration and content that was released.

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

The unique identifier for a version, in the format: sites/SITE_ID/versions/ VERSION_ID The SITE_ID in this version identifier must match the SITE_ID in the parent parameter. This query parameter must be empty if the type field in the request body is SITE_DISABLE.