interface IFileSystem
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.FSx.IFileSystem |
Java | software.amazon.awscdk.services.fsx.IFileSystem |
Python | aws_cdk.aws_fsx.IFileSystem |
TypeScript (source) | @aws-cdk/aws-fsx » IFileSystem |
Implemented by
Lustre
Obtainable from
Lustre.fromLustreFileSystemAttributes()
Interface to implement FSx File Systems.
Properties
| Name | Type | Description |
|---|---|---|
| connections | Connections | The network connections associated with this resource. |
| file | string | The ID of the file system, assigned by Amazon FSx. |
connections
Type:
Connections
The network connections associated with this resource.
fileSystemId
Type:
string
The ID of the file system, assigned by Amazon FSx.

.NET
Java
Python
TypeScript (