SoftwarePackageVersionArgs

data class SoftwarePackageVersionArgs(val attributes: Output<Map<String, String>>? = null, val description: Output<String>? = null, val packageName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val versionName: Output<String>? = null) : ConvertibleToJava<SoftwarePackageVersionArgs>

resource definition

Constructors

Link copied to clipboard
constructor(attributes: Output<Map<String, String>>? = null, description: Output<String>? = null, packageName: Output<String>? = null, tags: Output<List<TagArgs>>? = null, versionName: Output<String>? = null)

Properties

Link copied to clipboard
val attributes: Output<Map<String, String>>? = null
Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val packageName: Output<String>? = null
Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

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

Functions

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