Uses of Interface
software.amazon.awscdk.interfaces.efs.IAccessPointRef
Packages that use IAccessPointRef
Package
Description
Amazon Elastic File System Construct Library
-
Uses of IAccessPointRef in software.amazon.awscdk.interfaces.efs
Subinterfaces of IAccessPointRef in software.amazon.awscdk.interfaces.efsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAccessPointRef.Classes in software.amazon.awscdk.interfaces.efs that implement IAccessPointRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IAccessPointRef in software.amazon.awscdk.services.efs
Classes in software.amazon.awscdk.services.efs that implement IAccessPointRefModifier and TypeClassDescriptionclassTheAWS::EFS::AccessPointresource creates an EFS access point.Methods in software.amazon.awscdk.services.efs that return IAccessPointRefModifier and TypeMethodDescriptionstatic IAccessPointRefCfnAccessPoint.fromAccessPointArn(software.constructs.Construct scope, String id, String arn) Creates a new IAccessPointRef from an ARN.static IAccessPointRefCfnAccessPoint.fromAccessPointId(software.constructs.Construct scope, String id, String accessPointId) Creates a new IAccessPointRef from a accessPointId.