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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAccelerator.static final classA 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
getNodeMethods inherited from interface software.amazon.awscdk.core.IResource
applyRemovalPolicy, getEnv, getStackMethods 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.
-