Interface IAccessPoint
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAccessPoint.Jsii$Default
- All Known Implementing Classes:
AccessPoint,IAccessPoint.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-24T13:34:49.404Z")
@Stability(Experimental)
public interface IAccessPoint
extends software.amazon.jsii.JsiiSerializable, IResource
(experimental) The interface that represents the AccessPoint resource.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAccessPoint.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) The ARN of the access point.(experimental) The creation data of the access point.(experimental) The IPv4 DNS name of the access point.(experimental) The regional domain name of the access point.(experimental) The virtual hosted-style URL of an S3 object through this access point.(experimental) The virtual hosted-style URL of an S3 object through this access point.virtualHostedUrlForObject(String key, VirtualHostedStyleUrlOptions options) (experimental) The virtual hosted-style URL of an S3 object through this access point.Methods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessPointArn
(experimental) The ARN of the access point. -
getAccessPointCreationDate
(experimental) The creation data of the access point. -
getDomainName
(experimental) The IPv4 DNS name of the access point. -
getRegionalDomainName
(experimental) The regional domain name of the access point. -
virtualHostedUrlForObject
@Stability(Experimental) @NotNull String virtualHostedUrlForObject(@Nullable String key, @Nullable VirtualHostedStyleUrlOptions options) (experimental) The virtual hosted-style URL of an S3 object through this access point.Specify
regional: falseat the options for non-regional URL.- Parameters:
key- The S3 key of the object.options- Options for generating URL.- Returns:
- an ObjectS3Url token
-
virtualHostedUrlForObject
(experimental) The virtual hosted-style URL of an S3 object through this access point.Specify
regional: falseat the options for non-regional URL.- Parameters:
key- The S3 key of the object.- Returns:
- an ObjectS3Url token
-
virtualHostedUrlForObject
(experimental) The virtual hosted-style URL of an S3 object through this access point.Specify
regional: falseat the options for non-regional URL.- Returns:
- an ObjectS3Url token
-