Class AccessPoint
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.efs.AccessPoint
- All Implemented Interfaces:
IEnvironmentAware,IResource,IAccessPoint,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:04.303Z")
@Stability(Stable)
public class AccessPoint
extends Resource
implements IAccessPoint
Represents the AccessPoint.
Example:
AccessPoint.fromAccessPointAttributes(this, "ap", AccessPointAttributes.builder()
.accessPointId("fsap-1293c4d9832fo0912")
.fileSystem(FileSystem.fromFileSystemAttributes(this, "efs", FileSystemAttributes.builder()
.fileSystemId("fs-099d3e2f")
.securityGroup(SecurityGroup.fromSecurityGroupId(this, "sg", "sg-51530134"))
.build()))
.build());
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.efs.IAccessPoint
IAccessPoint.Jsii$Default, IAccessPoint.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAccessPoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedAccessPoint(software.amazon.jsii.JsiiObjectRef objRef) AccessPoint(software.constructs.Construct scope, String id, AccessPointProps props) -
Method Summary
Modifier and TypeMethodDescriptionstatic IAccessPointfromAccessPointAttributes(software.constructs.Construct scope, String id, AccessPointAttributes attrs) Import an existing Access Point by attributes.static IAccessPointfromAccessPointId(software.constructs.Construct scope, String id, String accessPointId) Import an existing Access Point by id.The ARN of the Access Point.The ID of the Access Point.The file system of the access point.Methods inherited from class software.amazon.awscdk.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourceMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
PROPERTY_INJECTION_ID
Uniquely identifies this class.
-
-
Constructor Details
-
AccessPoint
protected AccessPoint(software.amazon.jsii.JsiiObjectRef objRef) -
AccessPoint
protected AccessPoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
AccessPoint
@Stability(Stable) public AccessPoint(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull AccessPointProps props) - Parameters:
scope- This parameter is required.id- This parameter is required.props- This parameter is required.
-
-
Method Details
-
fromAccessPointAttributes
@Stability(Stable) @NotNull public static IAccessPoint fromAccessPointAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull AccessPointAttributes attrs) Import an existing Access Point by attributes.- Parameters:
scope- This parameter is required.id- This parameter is required.attrs- This parameter is required.
-
fromAccessPointId
@Stability(Stable) @NotNull public static IAccessPoint fromAccessPointId(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String accessPointId) Import an existing Access Point by id.- Parameters:
scope- This parameter is required.id- This parameter is required.accessPointId- This parameter is required.
-
getAccessPointArn
The ARN of the Access Point.- Specified by:
getAccessPointArnin interfaceIAccessPoint
-
getAccessPointId
The ID of the Access Point.- Specified by:
getAccessPointIdin interfaceIAccessPoint
-
getFileSystem
The file system of the access point.- Specified by:
getFileSystemin interfaceIAccessPoint
-