Release Args
data class ReleaseArgs(val channelId: Output<String>? = null, val message: Output<String>? = null, val project: Output<String>? = null, val siteId: Output<String>? = null, val type: Output<ReleaseType>? = null, val versionName: Output<String>? = null) : ConvertibleToJava<ReleaseArgs>
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
Explains the reason for the release. Specify a value for this field only when creating a SITE_DISABLE
type release.
Link copied to clipboard
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
.