Software Package Version Args
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
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
A summary of the package version being created. This can be used to outline the package's contents or purpose.
Link copied to clipboard
The name of the associated software package.
Link copied to clipboard
Link copied to clipboard
The name of the new package version.