Get Software Package Version Result
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)
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
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
Link copied to clipboard
Link copied to clipboard
The status of the package version. For more information, see Package version lifecycle .