AWS::Panorama::PackageVersion
Registers a package version.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Panorama::PackageVersion", "Properties" : { "MarkLatest" :Boolean, "OwnerAccount" :String, "PackageId" :String, "PackageVersion" :String, "PatchVersion" :String, "UpdatedLatestPatchVersion" :String} }
YAML
Type: AWS::Panorama::PackageVersion Properties: MarkLatest:BooleanOwnerAccount:StringPackageId:StringPackageVersion:StringPatchVersion:StringUpdatedLatestPatchVersion:String
Properties
MarkLatest-
Whether to mark the new version as the latest version.
Required: No
Type: Boolean
Update requires: No interruption
OwnerAccount-
An owner account.
Required: No
Type: String
Minimum:
1Maximum:
12Pattern:
[0-9a-z\_]+Update requires: Replacement
PackageId-
A package ID.
Required: Yes
Type: String
Minimum:
1Maximum:
255Pattern:
[a-zA-Z0-9\-\_\/]+Update requires: Replacement
PackageVersion-
A package version.
Required: Yes
Type: String
Minimum:
1Maximum:
255Pattern:
([0-9]+)\.([0-9]+)Update requires: Replacement
PatchVersion-
A patch version.
Required: Yes
Type: String
Minimum:
1Maximum:
255Pattern:
[a-z0-9]+Update requires: Replacement
UpdatedLatestPatchVersion-
If the version was marked latest, the new version to maker as latest.
Required: No
Type: String
Minimum:
1Maximum:
255Pattern:
[a-z0-9]+Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns a unique identifier for this resource.
Fn::GetAtt
The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.