Show / Hide Table of Contents

Class CfnPackage.StorageLocationProperty

A storage location.

Inheritance
object
CfnPackage.StorageLocationProperty
Implements
CfnPackage.IStorageLocationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Panorama
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPackage.StorageLocationProperty : CfnPackage.IStorageLocationProperty
Syntax (vb)
Public Class CfnPackage.StorageLocationProperty Implements CfnPackage.IStorageLocationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.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 storageLocationProperty = new StorageLocationProperty {
                 BinaryPrefixLocation = "binaryPrefixLocation",
                 Bucket = "bucket",
                 GeneratedPrefixLocation = "generatedPrefixLocation",
                 ManifestPrefixLocation = "manifestPrefixLocation",
                 RepoPrefixLocation = "repoPrefixLocation"
             };

Synopsis

Constructors

StorageLocationProperty()

A storage location.

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()

A storage location.

public StorageLocationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.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 storageLocationProperty = new StorageLocationProperty {
                 BinaryPrefixLocation = "binaryPrefixLocation",
                 Bucket = "bucket",
                 GeneratedPrefixLocation = "generatedPrefixLocation",
                 ManifestPrefixLocation = "manifestPrefixLocation",
                 RepoPrefixLocation = "repoPrefixLocation"
             };

Properties

BinaryPrefixLocation

The location's binary prefix.

public string? BinaryPrefixLocation { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-binaryprefixlocation

Bucket

The location's bucket.

public string? Bucket { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-bucket

GeneratedPrefixLocation

The location's generated prefix.

public string? GeneratedPrefixLocation { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-generatedprefixlocation

ManifestPrefixLocation

The location's manifest prefix.

public string? ManifestPrefixLocation { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-manifestprefixlocation

RepoPrefixLocation

The location's repo prefix.

public string? RepoPrefixLocation { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-repoprefixlocation

Implements

CfnPackage.IStorageLocationProperty
Back to top Generated by DocFX