Interface IAccessPoint.Jsii$Default
- All Superinterfaces:
IAccessPoint,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IAccessPoint.Jsii$Proxy
- Enclosing interface:
IAccessPoint
@Internal
public static interface IAccessPoint.Jsii$Default
extends IAccessPoint, IResource.Jsii$Default
Internal default implementation for
IAccessPoint.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.s3objectlambda.alpha.IAccessPoint
IAccessPoint.Jsii$Default, IAccessPoint.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault String(experimental) The ARN of the access point.default String(experimental) The creation data of the access point.default String(experimental) The IPv4 DNS name of the access point.default String(experimental) The regional domain name of the access point.default String(experimental) The virtual hosted-style URL of an S3 object through this access point.default String(experimental) The virtual hosted-style URL of an S3 object through this access point.default StringvirtualHostedUrlForObject(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.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessPointArn
(experimental) The ARN of the access point.- Specified by:
getAccessPointArnin interfaceIAccessPoint
-
getAccessPointCreationDate
(experimental) The creation data of the access point.- Specified by:
getAccessPointCreationDatein interfaceIAccessPoint
-
getDomainName
(experimental) The IPv4 DNS name of the access point.- Specified by:
getDomainNamein interfaceIAccessPoint
-
getRegionalDomainName
(experimental) The regional domain name of the access point.- Specified by:
getRegionalDomainNamein interfaceIAccessPoint
-
virtualHostedUrlForObject
@Stability(Experimental) @NotNull default 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.- Specified by:
virtualHostedUrlForObjectin interfaceIAccessPoint- 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.- Specified by:
virtualHostedUrlForObjectin interfaceIAccessPoint- 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.- Specified by:
virtualHostedUrlForObjectin interfaceIAccessPoint- Returns:
- an ObjectS3Url token
-