SoftwarePackageVersionArgs

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

resource definition

Constructors

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

Properties

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

Metadata that can be used to define a package version’s configuration. For example, the S3 file location, configuration options that are being sent to the device or fleet. The combined size of all the attributes on a package version is limited to 3KB.

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

A summary of the package version 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 associated software package.

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

The inline json job document associated with a software package version

Link copied to clipboard
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

The name of the new package version.

Functions

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