interface FileSystemReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.FSx.FileSystemReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#FileSystemReference |
Java | software.amazon.awscdk.services.fsx.FileSystemReference |
Python | aws_cdk.aws_fsx.FileSystemReference |
TypeScript | aws-cdk-lib » aws_fsx » FileSystemReference |
A reference to a FileSystem resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fsx as fsx } from 'aws-cdk-lib';
const fileSystemReference: fsx.FileSystemReference = {
fileSystemId: 'fileSystemId',
};
Properties
| Name | Type | Description |
|---|---|---|
| file | string | The Id of the FileSystem resource. |
fileSystemId
Type:
string
The Id of the FileSystem resource.

.NET
Go
Java
Python
TypeScript