interface FileSystemReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EFS.FileSystemReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsefs#FileSystemReference |
![]() | software.amazon.awscdk.services.efs.FileSystemReference |
![]() | aws_cdk.aws_efs.FileSystemReference |
![]() | aws-cdk-lib » aws_efs » 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_efs as efs } from 'aws-cdk-lib';
const fileSystemReference: efs.FileSystemReference = {
fileSystemArn: 'fileSystemArn',
fileSystemId: 'fileSystemId',
};
Properties
Name | Type | Description |
---|---|---|
file | string | The ARN of the FileSystem resource. |
file | string | The FileSystemId of the FileSystem resource. |
fileSystemArn
Type:
string
The ARN of the FileSystem resource.
fileSystemId
Type:
string
The FileSystemId of the FileSystem resource.