GetSoftwarePackageVersionResult

data class GetSoftwarePackageVersionResult(val artifact: SoftwarePackageVersionPackageVersionArtifact? = null, val attributes: Map<String, String>? = null, val description: String? = null, val errorReason: String? = null, val packageVersionArn: String? = null, val recipe: String? = null, val sbom: SoftwarePackageVersionSbom? = null, val sbomValidationStatus: SoftwarePackageVersionSbomValidationStatus? = null, val status: SoftwarePackageVersionPackageVersionStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(artifact: SoftwarePackageVersionPackageVersionArtifact? = null, attributes: Map<String, String>? = null, description: String? = null, errorReason: String? = null, packageVersionArn: String? = null, recipe: String? = null, sbom: SoftwarePackageVersionSbom? = null, sbomValidationStatus: SoftwarePackageVersionSbomValidationStatus? = null, status: SoftwarePackageVersionPackageVersionStatus? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val attributes: 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: 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 errorReason: String? = null

Error reason for a package version failure during creation or update.

Link copied to clipboard

The Amazon Resource Name (ARN) for the package.

Link copied to clipboard
val recipe: String? = null

The inline json job document associated with a software package version

Link copied to clipboard
Link copied to clipboard

The status of the package version. For more information, see Package version lifecycle .

Link copied to clipboard
val tags: List<Tag>? = null

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