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.
Constructors
Link copied to clipboard
fun ReleaseArgs(channelId: Output<String>? = null, message: Output<String>? = null, project: Output<String>? = null, siteId: Output<String>? = null, type: Output<ReleaseType>? = null, versionName: Output<String>? = null)