aws-cdk-lib.aws_panorama.CfnPackageProps

interface CfnPackageProps

LanguageType name
.NETAmazon.CDK.AWS.Panorama.CfnPackageProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspanorama#CfnPackageProps
Javasoftware.amazon.awscdk.services.panorama.CfnPackageProps
Pythonaws_cdk.aws_panorama.CfnPackageProps
TypeScript aws-cdk-lib » aws_panorama » CfnPackageProps

Properties for defining a CfnPackage.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_panorama as panorama } from 'aws-cdk-lib';
const cfnPackageProps: panorama.CfnPackageProps = {
  packageName: 'packageName',

  // the properties below are optional
  storageLocation: {
    binaryPrefixLocation: 'binaryPrefixLocation',
    bucket: 'bucket',
    generatedPrefixLocation: 'generatedPrefixLocation',
    manifestPrefixLocation: 'manifestPrefixLocation',
    repoPrefixLocation: 'repoPrefixLocation',
  },
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
packageNamestringA name for the package.
storageLocation?IResolvable | StorageLocationPropertyAWS::Panorama::Package.StorageLocation.
tags?CfnTag[]Tags for the package.

packageName

Type: string

A name for the package.


storageLocation?

Type: IResolvable | StorageLocationProperty (optional)

AWS::Panorama::Package.StorageLocation.


tags?

Type: CfnTag[] (optional)

Tags for the package.