AWS Fundamentals Logo
AWS Fundamentals
AWS::Panorama::Package

Panorama Package

Creates a package and storage location in an Amazon S3 access point.

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
PackageName
string
RequiredCreate-only
StorageLocation
StorageLocation
Tags
array

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
CreatedTimeinteger-
PackageIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

panorama:CreatePackagepanorama:ListTagsForResourcepanorama:TagResourcepanorama:DescribePackages3:ListBuckets3:PutObjects3:GetObjects3:GetObjectVersion

read

panorama:DescribePackagepanorama:ListTagsForResources3:ListBuckets3:GetObjects3:GetObjectVersion

update

panorama:DescribePackagepanorama:ListTagsForResourcepanorama:TagResourcepanorama:UntagResources3:PutObjects3:ListBuckets3:GetObjects3:GetObjectVersion

list

panorama:ListPackagess3:ListBuckets3:GetObjects3:GetObjectVersion

delete

panorama:DeletePackagepanorama:DescribePackages3:DeleteObjects3:DeleteObjectVersions3:DeleteObjectVersionTaggings3:ListObjectss3:ListObjectsV2s3:ListBucket

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServicePanorama
Properties6
Required1
TaggingSupported
Primary IDPackageId

Supported Operations

CreateReadUpdateListDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

PackageName

External Links