AWS::Panorama::PackageCreates a package and storage location in an Amazon S3 access point.
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
PackageName | string | RequiredCreate-only |
StorageLocation | StorageLocation | |
Tags | array |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreatedTime | integer | - |
PackageId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Panorama::Package
Resources:
MyResource:
Type: AWS::Panorama::Package
Properties:
PackageName: "my-packagename"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
panorama:CreatePackagepanorama:ListTagsForResourcepanorama:TagResourcepanorama:DescribePackages3:ListBuckets3:PutObjects3:GetObjects3:GetObjectVersionpanorama:DescribePackagepanorama:ListTagsForResources3:ListBuckets3:GetObjects3:GetObjectVersionpanorama:DescribePackagepanorama:ListTagsForResourcepanorama:TagResourcepanorama:UntagResources3:PutObjects3:ListBuckets3:GetObjects3:GetObjectVersionpanorama:ListPackagess3:ListBuckets3:GetObjects3:GetObjectVersionpanorama:DeletePackagepanorama:DescribePackages3:DeleteObjects3:DeleteObjectVersions3:DeleteObjectVersionTaggings3:ListObjectss3:ListObjectsV2s3:ListBucketOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterPackageIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
PackageName