Class VolumeReference
A reference to a Volume resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.FSx
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VolumeReference : IVolumeReference
Syntax (vb)
Public Class VolumeReference Implements IVolumeReference
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.Interfaces.FSx;
var volumeReference = new VolumeReference {
VolumeId = "volumeId"
};
Synopsis
Constructors
| VolumeReference() | A reference to a Volume resource. |
Properties
| VolumeId | The VolumeId of the Volume resource. |
Constructors
VolumeReference()
A reference to a Volume resource.
public VolumeReference()
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.Interfaces.FSx;
var volumeReference = new VolumeReference {
VolumeId = "volumeId"
};
Properties
VolumeId
The VolumeId of the Volume resource.
public string VolumeId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated