Class FileSystemBase
A new or imported FSx file system.
Inherited Members
Namespace: Amazon.CDK.AWS.FSx
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public abstract class FileSystemBase : Resource, IResource, IConstruct, IDependable, IEnvironmentAware, IFileSystem, IConnectable
Syntax (vb)
Public MustInherit Class FileSystemBase Inherits Resource Implements IResource, IConstruct, IDependable, IEnvironmentAware, IFileSystem, IConnectable
Synopsis
Constructors
| FileSystemBase(Construct, string, IResourceProps?) | A new or imported FSx file system. |
Properties
| Connections | The security groups/rules used to allow network connections to the file system. |
| DnsName | The DNS name assigned to this file system. |
| FileSystemId | The ID of the file system, assigned by Amazon FSx. |
Constructors
FileSystemBase(Construct, string, IResourceProps?)
A new or imported FSx file system.
protected FileSystemBase(Construct scope, string id, IResourceProps? props = null)
Parameters
- scope Construct
- id string
- props IResourceProps
Properties
Connections
The security groups/rules used to allow network connections to the file system.
public abstract Connections_ Connections { get; }
Property Value
Remarks
Attribute: true
DnsName
The DNS name assigned to this file system.
public abstract string DnsName { get; }
Property Value
Remarks
Attribute: true
FileSystemId
The ID of the file system, assigned by Amazon FSx.
public abstract string FileSystemId { get; }
Property Value
Remarks
Attribute: true
Implements
Constructs.IConstruct
Constructs.IDependable