| Package | Description |
|---|---|
| software.amazon.awscdk.services.backup |
AWS Backup Construct Library
|
| software.amazon.awscdk.services.efs |
Amazon Elastic File System Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static BackupResource |
BackupResource.fromEfsFileSystem(IFileSystem fileSystem)
An EFS file system.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IFileSystem.Jsii$Default
Internal default implementation for
IFileSystem. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystem
The Elastic File System implementation of IFileSystem.
|
static class |
IFileSystem.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IFileSystem |
FileSystem.fromFileSystemAttributes(software.constructs.Construct scope,
String id,
FileSystemAttributes attrs)
Import an existing File System from the given properties.
|
IFileSystem |
AccessPoint.getFileSystem()
The file system of the access point.
|
IFileSystem |
AccessPointProps.getFileSystem()
The efs filesystem.
|
IFileSystem |
AccessPointProps.Jsii$Proxy.getFileSystem() |
default IFileSystem |
AccessPointAttributes.getFileSystem()
The EFS file system.
|
IFileSystem |
AccessPointAttributes.Jsii$Proxy.getFileSystem() |
IFileSystem |
IAccessPoint.getFileSystem()
The EFS file system.
|
IFileSystem |
IAccessPoint.Jsii$Proxy.getFileSystem()
The EFS file system.
|
default IFileSystem |
IAccessPoint.Jsii$Default.getFileSystem()
The EFS file system.
|
| Modifier and Type | Method and Description |
|---|---|
AccessPoint.Builder |
AccessPoint.Builder.fileSystem(IFileSystem fileSystem)
The efs filesystem.
|
AccessPointProps.Builder |
AccessPointProps.Builder.fileSystem(IFileSystem fileSystem)
Sets the value of
AccessPointProps.getFileSystem() |
AccessPointAttributes.Builder |
AccessPointAttributes.Builder.fileSystem(IFileSystem fileSystem)
Sets the value of
AccessPointAttributes.getFileSystem() |
Copyright © 2022. All rights reserved.