Interface IAccessPoint.Jsii$Default
- All Superinterfaces:
IAccessPoint,IAccessPointRef,IAccessPointRef.Jsii$Default,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IAccessPoint.Jsii$Proxy
- Enclosing interface:
IAccessPoint
@Internal
public static interface IAccessPoint.Jsii$Default
extends IAccessPoint, IResource.Jsii$Default, IAccessPointRef.Jsii$Default
Internal default implementation for
IAccessPoint.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.efs.IAccessPoint
IAccessPoint.Jsii$Default, IAccessPoint.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.efs.IAccessPointRef
IAccessPointRef.Jsii$Default, IAccessPointRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe ARN of the AccessPoint.default StringThe ID of the AccessPoint.default IFileSystemThe EFS file system.Methods inherited from interface software.amazon.awscdk.interfaces.efs.IAccessPointRef.Jsii$Default
getAccessPointRefMethods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessPointArn
The ARN of the AccessPoint.- Specified by:
getAccessPointArnin interfaceIAccessPoint
-
getAccessPointId
The ID of the AccessPoint.- Specified by:
getAccessPointIdin interfaceIAccessPoint
-
getFileSystem
The EFS file system.- Specified by:
getFileSystemin interfaceIAccessPoint
-