Interface IAccelerator.Jsii$Default

All Superinterfaces:
IAccelerator, IAcceleratorRef, IAcceleratorRef.Jsii$Default, software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IAccelerator.Jsii$Proxy
Enclosing interface:
IAccelerator

@Internal public static interface IAccelerator.Jsii$Default extends IAccelerator, IResource.Jsii$Default, IAcceleratorRef.Jsii$Default
Internal default implementation for IAccelerator.
  • Method Details

    • getAcceleratorArn

      @Stability(Stable) @NotNull default String getAcceleratorArn()
      The ARN of the accelerator.
      Specified by:
      getAcceleratorArn in interface IAccelerator
    • getDnsName

      @Stability(Stable) @NotNull default String getDnsName()
      The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.
      Specified by:
      getDnsName in interface IAccelerator
    • 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.
      Specified by:
      getDualStackDnsName in interface IAccelerator
    • 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.

      Specified by:
      getIpv4Addresses in interface IAccelerator
    • 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.

      Specified by:
      getIpv6Addresses in interface IAccelerator