SoftwarePackageArgs

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

resource definition

Constructors

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

Properties

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.

Functions

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