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

A summary of the package being created. This can be used to outline the package's contents or purpose.

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

The name of the new software package.

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