Class FileSystemReference
A reference to a FileSystem resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.FSx
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FileSystemReference : IFileSystemReference
Syntax (vb)
Public Class FileSystemReference Implements IFileSystemReference
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.FSx;
var fileSystemReference = new FileSystemReference {
FileSystemId = "fileSystemId"
};
Synopsis
Constructors
FileSystemReference() | A reference to a FileSystem resource. |
Properties
FileSystemId | The Id of the FileSystem resource. |
Constructors
FileSystemReference()
A reference to a FileSystem resource.
public FileSystemReference()
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.FSx;
var fileSystemReference = new FileSystemReference {
FileSystemId = "fileSystemId"
};
Properties
FileSystemId
The Id of the FileSystem resource.
public string FileSystemId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated