@Internal public static interface IAccessPoint.Jsii$Default extends IAccessPoint, IResource.Jsii$Default
IAccessPoint.IAccessPoint.Jsii$Default, IAccessPoint.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default void |
applyRemovalPolicy(RemovalPolicy policy)
Apply the given removal policy to this resource.
|
default String |
getAccessPointArn()
(experimental) The ARN of the access point.
|
default String |
getAccessPointCreationDate()
(experimental) The creation data of the access point.
|
default String |
getDomainName()
(experimental) The IPv4 DNS name of the access point.
|
default ResourceEnvironment |
getEnv()
The environment this resource belongs to.
|
default ConstructNode |
getNode()
The construct tree node for this construct.
|
default String |
getRegionalDomainName()
(experimental) The regional domain name of the access point.
|
default Stack |
getStack()
The stack in which this resource is defined.
|
default String |
virtualHostedUrlForObject(String key,
VirtualHostedStyleUrlOptions options)
(experimental) The virtual hosted-style URL of an S3 object through this access point.
|
virtualHostedUrlForObject, virtualHostedUrlForObject@Stability(value=Stable) @NotNull default ConstructNode getNode()
getNode in interface IResource.Jsii$Default@Stability(value=Stable) @NotNull default ResourceEnvironment getEnv()
For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
getEnv in interface IResourcegetEnv in interface IResource.Jsii$Default@Stability(value=Stable) @NotNull default Stack getStack()
getStack in interface IResourcegetStack in interface IResource.Jsii$Default@Stability(value=Experimental) @NotNull default String getAccessPointArn()
getAccessPointArn in interface IAccessPoint@Stability(value=Experimental) @NotNull default String getAccessPointCreationDate()
getAccessPointCreationDate in interface IAccessPoint@Stability(value=Experimental) @NotNull default String getDomainName()
getDomainName in interface IAccessPoint@Stability(value=Experimental) @NotNull default String getRegionalDomainName()
getRegionalDomainName in interface IAccessPoint@Stability(value=Stable)
default void applyRemovalPolicy(@NotNull
RemovalPolicy policy)
The Removal Policy controls what happens to this resource when it stops being managed by CloudFormation, either because you've removed it from the CDK application or because you've made a change that requires the resource to be replaced.
The resource can be deleted (RemovalPolicy.DESTROY), or left in your AWS
account for data recovery and cleanup later (RemovalPolicy.RETAIN).
applyRemovalPolicy in interface IResourceapplyRemovalPolicy in interface IResource.Jsii$Defaultpolicy - This parameter is required.@Stability(value=Experimental) @NotNull default String virtualHostedUrlForObject(@Nullable String key, @Nullable VirtualHostedStyleUrlOptions options)
Specify regional: false at the options for non-regional URL.
virtualHostedUrlForObject in interface IAccessPointkey - The S3 key of the object.options - Options for generating URL.Copyright © 2023. All rights reserved.