Interface IAccelerator
- All Superinterfaces:
IConstruct
,software.constructs.IConstruct
,IDependable
,IResource
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAccelerator.Jsii$Default
- All Known Implementing Classes:
Accelerator
,IAccelerator.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:45.512Z")
@Stability(Stable)
public interface IAccelerator
extends software.amazon.jsii.JsiiSerializable, IResource
The interface of the Accelerator.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAccelerator
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the accelerator.The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.Methods inherited from interface software.amazon.awscdk.core.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.core.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAcceleratorArn
The ARN of the accelerator. -
getDnsName
The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.
-