Show / Hide Table of Contents

Interface IFileSystem

Interface to implement FSx File Systems.

Inherited Members
IConnectable.Connections
Namespace: Amazon.CDK.AWS.FSx
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFileSystem : IConnectable
Syntax (vb)
Public Interface IFileSystem Inherits IConnectable

Synopsis

Properties

FileSystemId

The ID of the file system, assigned by Amazon FSx.

Properties

FileSystemId

The ID of the file system, assigned by Amazon FSx.

string FileSystemId { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX