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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IAccelerator.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    The 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

      @Stability(Stable) @NotNull String getAcceleratorArn()
      The ARN of the accelerator.
    • getDnsName

      @Stability(Stable) @NotNull String getDnsName()
      The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.