---
type: resource-type
title: PackageVersion
description: aws resource type AWS::Panorama::PackageVersion
name: PackageVersion
lexicon: aws
resource_type: AWS::Panorama::PackageVersion
---
`AWS::Panorama::PackageVersion`, a resource type of the aws lexicon.

## Properties

- `PackageId` (`string`, required): A package ID.
- `PackageVersion` (`string`, required): A package version.
- `PatchVersion` (`string`, required): A patch version.
- `IsLatestPatch` (`boolean`, optional)
- `MarkLatest` (`boolean`, optional): Whether to mark the new version as the latest version.
- `OwnerAccount` (`string`, optional): An owner account.
- `PackageArn` (`string`, optional)
- `PackageName` (`string`, optional)
- `RegisteredTime` (`number`, optional)
- `Status` (`PackageVersion_PackageVersionStatus`, optional)
- `StatusDescription` (`string`, optional)
- `UpdatedLatestPatchVersion` (`string`, optional): If the version was marked latest, the new version to maker as latest.

## Attributes

- `IsLatestPatch`
- `PackageArn`
- `PackageName`
- `RegisteredTime`
- `Status`
- `StatusDescription`
