AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Panorama::Package

CfnPackage

> 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) . Creates a package and storage location in an Amazon S3 access point.

Import

import { CfnPackage } from 'aws-cdk-lib/aws-panorama';

Or use the module namespace:

import * as panorama from 'aws-cdk-lib/aws-panorama';
// panorama.CfnPackage

Properties

Configuration passed to the constructor as CfnPackageProps.

packageNameRequired
string

A name for the package.

storageLocationOptional
IResolvable | StorageLocationProperty

A storage location.

tagsOptional
CfnTag[]

Tags for the package.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-panorama
CFN TypeAWS::Panorama::Package
Properties3

External Links