Class DedicatedIpPoolProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class DedicatedIpPoolProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DedicatedIpPoolProps
An implementation for DedicatedIpPoolProps
  • 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(DedicatedIpPoolProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the DedicatedIpPoolProps.Builder.
  • Method Details

    • getDedicatedIpPoolName

      public final String getDedicatedIpPoolName()
      Description copied from interface: DedicatedIpPoolProps
      A name for the dedicated IP pool.

      The name must adhere to specific constraints: it can only include lowercase letters (a-z), numbers (0-9), underscores (_), and hyphens (-), and must not exceed 64 characters in length.

      Default: - a CloudFormation generated name

      Specified by:
      getDedicatedIpPoolName in interface DedicatedIpPoolProps
    • getScalingMode

      public final ScalingMode getScalingMode()
      Description copied from interface: DedicatedIpPoolProps
      The type of scailing mode to use for this IP pool.

      Updating ScalingMode doesn't require a replacement if you're updating its value from STANDARD to MANAGED. However, updating ScalingMode from MANAGED to STANDARD is not supported.

      Default: ScalingMode.STANDARD

      Specified by:
      getScalingMode in interface DedicatedIpPoolProps
    • $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