CodeVersionArgs

data class CodeVersionArgs(val datastoreId: Output<String>? = null, val description: Output<String>? = null, val isAnonymous: Output<Boolean>? = null, val path: Output<String>, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CodeVersionArgs>

Code asset version details.

Constructors

Link copied to clipboard
constructor(datastoreId: Output<String>? = null, description: Output<String>? = null, isAnonymous: Output<Boolean>? = null, path: Output<String>, properties: Output<Map<String, String>>? = null, tags: Output<Map<String, String>>? = null)

Properties

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

ARM resource ID of the datastore where the asset is located.

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

The asset description text.

Link copied to clipboard
val isAnonymous: Output<Boolean>? = null

If the name version are system generated (anonymous registration).

Link copied to clipboard
val path: Output<String>

Required The path of the file/directory in the datastore.

Link copied to clipboard
val properties: Output<Map<String, String>>? = null

The asset property dictionary.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Tag dictionary. Tags can be added, removed, and updated.

Functions

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