Uses of Interface
software.amazon.awscdk.services.s3express.IAccessPointRef
Packages that use IAccessPointRef
-
Uses of IAccessPointRef in software.amazon.awscdk.services.s3express
Subinterfaces of IAccessPointRef in software.amazon.awscdk.services.s3expressModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAccessPointRef
.Classes in software.amazon.awscdk.services.s3express that implement IAccessPointRefModifier and TypeClassDescriptionclass
Access points simplify managing data access at scale for shared datasets in Amazon S3 .static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.s3express that return IAccessPointRefModifier and TypeMethodDescriptionstatic IAccessPointRef
CfnAccessPoint.fromAccessPointArn
(software.constructs.Construct scope, String id, String arn) Creates a new IAccessPointRef from an ARN.static IAccessPointRef
CfnAccessPoint.fromAccessPointName
(software.constructs.Construct scope, String id, String accessPointName) Creates a new IAccessPointRef from a accessPointName.