aws-cdk-lib.aws_panorama.CfnPackage.StorageLocationProperty

interface StorageLocationProperty

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

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 storageLocationProperty: panorama.CfnPackage.StorageLocationProperty = {
  binaryPrefixLocation: 'binaryPrefixLocation',
  bucket: 'bucket',
  generatedPrefixLocation: 'generatedPrefixLocation',
  manifestPrefixLocation: 'manifestPrefixLocation',
  repoPrefixLocation: 'repoPrefixLocation',
};

Properties

NameTypeDescription
binaryPrefixLocation?stringCfnPackage.StorageLocationProperty.BinaryPrefixLocation.
bucket?stringCfnPackage.StorageLocationProperty.Bucket.
generatedPrefixLocation?stringCfnPackage.StorageLocationProperty.GeneratedPrefixLocation.
manifestPrefixLocation?stringCfnPackage.StorageLocationProperty.ManifestPrefixLocation.
repoPrefixLocation?stringCfnPackage.StorageLocationProperty.RepoPrefixLocation.

binaryPrefixLocation?

Type: string (optional)

CfnPackage.StorageLocationProperty.BinaryPrefixLocation.


bucket?

Type: string (optional)

CfnPackage.StorageLocationProperty.Bucket.


generatedPrefixLocation?

Type: string (optional)

CfnPackage.StorageLocationProperty.GeneratedPrefixLocation.


manifestPrefixLocation?

Type: string (optional)

CfnPackage.StorageLocationProperty.ManifestPrefixLocation.


repoPrefixLocation?

Type: string (optional)

CfnPackage.StorageLocationProperty.RepoPrefixLocation.