Interface IAccelerator

All Superinterfaces:
software.constructs.IConstruct, software.constructs.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.96.0 (build 921e240)", date="2024-04-10T22:22:28.548Z") @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.
    default String
    The DNS name that Global Accelerator creates that points to a dual-stack accelerator's four static IP addresses: two IPv4 addresses and two IPv6 addresses.
    default List<String>
    The array of IPv4 addresses in the IP address set.
    default List<String>
    The array of IPv6 addresses in the IP address set.

    Methods inherited from interface software.constructs.IConstruct

    getNode

    Methods inherited from interface software.amazon.awscdk.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.
    • getDualStackDnsName

      @Stability(Stable) @Nullable default String getDualStackDnsName()
      The DNS name that Global Accelerator creates that points to a dual-stack accelerator's four static IP addresses: two IPv4 addresses and two IPv6 addresses.
    • getIpv4Addresses

      @Stability(Stable) @Nullable default List<String> getIpv4Addresses()
      The array of IPv4 addresses in the IP address set.

      An IP address set can have a maximum of two IP addresses.

    • getIpv6Addresses

      @Stability(Stable) @Nullable default List<String> getIpv6Addresses()
      The array of IPv6 addresses in the IP address set.

      An IP address set can have a maximum of two IP addresses.