Interface ICfnPackageProps
Properties for defining a CfnPackage
.
Namespace: Amazon.CDK.AWS.Panorama
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnPackageProps
Syntax (vb)
Public Interface ICfnPackageProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-package.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Panorama;
var cfnPackageProps = new CfnPackageProps {
PackageName = "packageName",
// the properties below are optional
StorageLocation = new StorageLocationProperty {
BinaryPrefixLocation = "binaryPrefixLocation",
Bucket = "bucket",
GeneratedPrefixLocation = "generatedPrefixLocation",
ManifestPrefixLocation = "manifestPrefixLocation",
RepoPrefixLocation = "repoPrefixLocation"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
PackageName | A name for the package. |
StorageLocation | A storage location. |
Tags | Tags for the package. |
Properties
PackageName
A name for the package.
string PackageName { get; }
Property Value
System.String
Remarks
StorageLocation
A storage location.
virtual object StorageLocation { get; }
Property Value
System.Object