Class AcceleratorProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.globalaccelerator.AcceleratorProps.Jsii$Proxy
All Implemented Interfaces:
AcceleratorProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
AcceleratorProps

@Stability(Stable) @Internal public static final class AcceleratorProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AcceleratorProps
An implementation for AcceleratorProps
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(AcceleratorProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AcceleratorProps.Builder.
  • Method Details

    • getAcceleratorName

      public final String getAcceleratorName()
      Description copied from interface: AcceleratorProps
      The name of the accelerator.

      Default: - resource ID

      Specified by:
      getAcceleratorName in interface AcceleratorProps
    • getEnabled

      public final Boolean getEnabled()
      Description copied from interface: AcceleratorProps
      Indicates whether the accelerator is enabled.

      Default: true

      Specified by:
      getEnabled in interface AcceleratorProps
    • getIpAddresses

      public final List<String> getIpAddresses()
      Description copied from interface: AcceleratorProps
      IP addresses associated with the accelerator.

      Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose IP addresses from your own pool to use for the accelerator's static IP addresses when you create an accelerator. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

      Only one IP address from each of your IP address ranges can be used for each accelerator. If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

      Note that you can't update IP addresses for an existing accelerator. To change them, you must create a new accelerator with the new addresses.

      Default: - undefined. IP addresses will be from Amazon's pool of IP addresses.

      Specified by:
      getIpAddresses in interface AcceleratorProps
    • getIpAddressType

      public final IpAddressType getIpAddressType()
      Description copied from interface: AcceleratorProps
      The IP address type that an accelerator supports.

      For a standard accelerator, the value can be IPV4 or DUAL_STACK.

      Default: - "IPV4"

      Specified by:
      getIpAddressType in interface AcceleratorProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object