Uses of Interface
software.amazon.awscdk.interfaces.s3.IAccessPointRef
Packages that use IAccessPointRef
Package
Description
Amazon S3 Construct Library
-
Uses of IAccessPointRef in software.amazon.awscdk.interfaces.s3
Subinterfaces of IAccessPointRef in software.amazon.awscdk.interfaces.s3Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAccessPointRef.Classes in software.amazon.awscdk.interfaces.s3 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.s3
Classes in software.amazon.awscdk.services.s3 that implement IAccessPointRefModifier and TypeClassDescriptionclassThe AWS::S3::AccessPoint resource is an Amazon S3 resource type that you can use to access buckets.Methods in software.amazon.awscdk.services.s3 that return IAccessPointRefModifier and TypeMethodDescriptionstatic IAccessPointRefCfnAccessPoint.fromAccessPointArn(software.constructs.Construct scope, String id, String arn) Creates a new IAccessPointRef from an ARN.static IAccessPointRefCfnAccessPoint.fromAccessPointName(software.constructs.Construct scope, String id, String accessPointName) Creates a new IAccessPointRef from a accessPointName.