Class DedicatedIpPool

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.ses.DedicatedIpPool
All Implemented Interfaces:
IResource, IDedicatedIpPool, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.101.0 (build b95fe5d)", date="2024-07-12T19:34:10.017Z") @Stability(Stable) public class DedicatedIpPool extends Resource implements IDedicatedIpPool
A dedicated IP pool.

Example:

 DedicatedIpPool.Builder.create(this, "Pool")
         .dedicatedIpPoolName("mypool")
         .scalingMode(ScalingMode.STANDARD)
         .build();
 
  • Constructor Details

    • DedicatedIpPool

      protected DedicatedIpPool(software.amazon.jsii.JsiiObjectRef objRef)
    • DedicatedIpPool

      protected DedicatedIpPool(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • DedicatedIpPool

      @Stability(Stable) public DedicatedIpPool(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable DedicatedIpPoolProps props)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      props -
    • DedicatedIpPool

      @Stability(Stable) public DedicatedIpPool(@NotNull software.constructs.Construct scope, @NotNull String id)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
  • Method Details

    • fromDedicatedIpPoolName

      @Stability(Stable) @NotNull public static IDedicatedIpPool fromDedicatedIpPoolName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String dedicatedIpPoolName)
      Use an existing dedicated IP pool.

      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      dedicatedIpPoolName - This parameter is required.
    • getDedicatedIpPoolName

      @Stability(Stable) @NotNull public String getDedicatedIpPoolName()
      The name of the dedicated IP pool.
      Specified by:
      getDedicatedIpPoolName in interface IDedicatedIpPool