@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:09:28.018Z") @Stability(value=Experimental) public interface IAccessPoint extends software.amazon.jsii.JsiiSerializable, IResource
Modifier and Type | Interface and Description |
---|---|
static interface |
IAccessPoint.Jsii$Default
Internal default implementation for
IAccessPoint . |
static class |
IAccessPoint.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
String |
getAccessPointArn()
(experimental) The ARN of the access point.
|
String |
getAccessPointCreationDate()
(experimental) The creation data of the access point.
|
String |
getDomainName()
(experimental) The IPv4 DNS name of the access point.
|
String |
getRegionalDomainName()
(experimental) The regional domain name of the access point.
|
String |
virtualHostedUrlForObject()
(experimental) The virtual hosted-style URL of an S3 object through this access point.
|
String |
virtualHostedUrlForObject(String key)
(experimental) The virtual hosted-style URL of an S3 object through this access point.
|
String |
virtualHostedUrlForObject(String key,
VirtualHostedStyleUrlOptions options)
(experimental) The virtual hosted-style URL of an S3 object through this access point.
|
applyRemovalPolicy, getEnv, getStack
getNode
@Stability(value=Experimental) @NotNull String getAccessPointArn()
@Stability(value=Experimental) @NotNull String getAccessPointCreationDate()
@Stability(value=Experimental) @NotNull String getDomainName()
@Stability(value=Experimental) @NotNull String getRegionalDomainName()
@Stability(value=Experimental) @NotNull String virtualHostedUrlForObject(@Nullable String key, @Nullable VirtualHostedStyleUrlOptions options)
Specify regional: false
at the options for non-regional URL.
key
- The S3 key of the object.options
- Options for generating URL.@Stability(value=Experimental) @NotNull String virtualHostedUrlForObject(@Nullable String key)
Specify regional: false
at the options for non-regional URL.
key
- The S3 key of the object.@Stability(value=Experimental) @NotNull String virtualHostedUrlForObject()
Specify regional: false
at the options for non-regional URL.
Copyright © 2023. All rights reserved.