| Package | Description |
|---|---|
| software.amazon.awscdk.services.efs |
Amazon Elastic File System Construct Library
|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAccessPoint.Jsii$Default
Internal default implementation for
IAccessPoint. |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessPoint
Represents the AccessPoint.
|
static class |
IAccessPoint.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IAccessPoint |
AccessPoint.fromAccessPointAttributes(software.constructs.Construct scope,
String id,
AccessPointAttributes attrs)
Import an existing Access Point by attributes.
|
static IAccessPoint |
AccessPoint.fromAccessPointId(software.constructs.Construct scope,
String id,
String accessPointId)
Import an existing Access Point by id.
|
| Modifier and Type | Method and Description |
|---|---|
static FileSystem |
FileSystem.fromEfsAccessPoint(IAccessPoint ap,
String mountPath)
mount the filesystem from Amazon EFS.
|
Copyright © 2022. All rights reserved.