Interface IDedicatedIpPool

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IDedicatedIpPool.Jsii$Default
All Known Implementing Classes:
DedicatedIpPool, IDedicatedIpPool.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:14.065Z") @Stability(Stable) public interface IDedicatedIpPool extends software.amazon.jsii.JsiiSerializable, IResource
A dedicated IP pool.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IDedicatedIpPool.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the dedicated IP pool.

    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

    • getDedicatedIpPoolName

      @Stability(Stable) @NotNull String getDedicatedIpPoolName()
      The name of the dedicated IP pool.