interface IFileSystem
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.FSx.IFileSystem |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#IFileSystem |
Java | software.amazon.awscdk.services.fsx.IFileSystem |
Python | aws_cdk.aws_fsx.IFileSystem |
TypeScript (source) | aws-cdk-lib » 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
Go
Java
Python
TypeScript (