VersionArgs

data class VersionArgs(val description: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<VersionArgs>

Creates an agent version. The new version points to the agent instance in the "default" environment. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun VersionArgs(description: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): VersionArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

Optional. The developer-provided description of this version.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val project: Output<String>? = null