interface FileSystemReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FSx.FileSystemReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#FileSystemReference |
![]() | software.amazon.awscdk.services.fsx.FileSystemReference |
![]() | aws_cdk.aws_fsx.FileSystemReference |
![]() | 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.