interface CfnPackageProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Panorama.CfnPackageProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspanorama#CfnPackageProps |
![]() | software.amazon.awscdk.services.panorama.CfnPackageProps |
![]() | aws_cdk.aws_panorama.CfnPackageProps |
![]() | aws-cdk-lib » aws_panorama » CfnPackageProps |
Properties for defining a CfnPackage
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-package.html
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
Name | Type | Description |
---|---|---|
package | string | A name for the package. |
storage | IResolvable | Storage | A storage location. |
tags? | Cfn [] | Tags for the package. |
packageName
Type:
string
A name for the package.
storageLocation?
Type:
IResolvable
|
Storage
(optional)
A storage location.
tags?
Type:
Cfn
[]
(optional)
Tags for the package.