Class CfnPackage.StorageLocationProperty
A storage location.
Inheritance
System.Object
CfnPackage.StorageLocationProperty
Implements
Namespace: Amazon.CDK.AWS.Panorama
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class StorageLocationProperty : Object, CfnPackage.IStorageLocationProperty
Syntax (vb)
Public Class StorageLocationProperty
Inherits Object
Implements CfnPackage.IStorageLocationProperty
Remarks
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 storageLocationProperty = new StorageLocationProperty {
BinaryPrefixLocation = "binaryPrefixLocation",
Bucket = "bucket",
GeneratedPrefixLocation = "generatedPrefixLocation",
ManifestPrefixLocation = "manifestPrefixLocation",
RepoPrefixLocation = "repoPrefixLocation"
};
Synopsis
Constructors
StorageLocationProperty() |
Properties
BinaryPrefixLocation | The location's binary prefix. |
Bucket | The location's bucket. |
GeneratedPrefixLocation | The location's generated prefix. |
ManifestPrefixLocation | The location's manifest prefix. |
RepoPrefixLocation | The location's repo prefix. |
Constructors
StorageLocationProperty()
public StorageLocationProperty()
Properties
BinaryPrefixLocation
The location's binary prefix.
public string BinaryPrefixLocation { get; set; }
Property Value
System.String
Remarks
Bucket
The location's bucket.
public string Bucket { get; set; }
Property Value
System.String
Remarks
GeneratedPrefixLocation
The location's generated prefix.
public string GeneratedPrefixLocation { get; set; }
Property Value
System.String
Remarks
ManifestPrefixLocation
The location's manifest prefix.
public string ManifestPrefixLocation { get; set; }
Property Value
System.String
Remarks
RepoPrefixLocation
The location's repo prefix.
public string RepoPrefixLocation { get; set; }
Property Value
System.String