AWS::Panorama::PackageVersion> End of support notice: On May 31, 2026, AWS will end support for AWS Panorama . After May 31, 2026, > you will no longer be able to access the AWS Panorama console or AWS Panorama resources. For more information, see [AWS Panorama end of support](https://docs.aws.amazon.com/panorama/latest/dev/panorama-end-of-support.html) . Registers a package version.
import { CfnPackageVersion } from 'aws-cdk-lib/aws-panorama';Or use the module namespace:
import * as panorama from 'aws-cdk-lib/aws-panorama';
// panorama.CfnPackageVersionConfiguration passed to the constructor as CfnPackageVersionProps.
packageIdRequiredstringA package ID.
packageVersionRequiredstringA package version.
patchVersionRequiredstringA patch version.
markLatestOptionalboolean | IResolvableWhether to mark the new version as the latest version.
ownerAccountOptionalstringAn owner account.
updatedLatestPatchVersionOptionalstringIf the version was marked latest, the new version to maker as latest.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-panoramaAWS::Panorama::PackageVersion