Interface IIpamScopeBase.Jsii$Default

All Superinterfaces:
IIpamScopeBase, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IIpamScopeBase.Jsii$Proxy
Enclosing interface:
IIpamScopeBase

@Internal public static interface IIpamScopeBase.Jsii$Default extends IIpamScopeBase
Internal default implementation for IIpamScopeBase.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.alpha.IIpamScopeBase

    IIpamScopeBase.Jsii$Default, IIpamScopeBase.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    default IIpamPool
    addPool(String id, PoolOptions options)
    (experimental) Function to add a new pool to an IPAM scope.
    default software.constructs.Construct
    (experimental) Reference to the current scope of stack to be passed in order to create a new IPAM pool.
    default String
    (experimental) Default Scope ids created by the IPAM or a new Resource id.
    (experimental) Defines scope type can be either default or custom.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getScope

      @Stability(Experimental) @NotNull default software.constructs.Construct getScope()
      (experimental) Reference to the current scope of stack to be passed in order to create a new IPAM pool.
      Specified by:
      getScope in interface IIpamScopeBase
    • getScopeId

      @Stability(Experimental) @NotNull default String getScopeId()
      (experimental) Default Scope ids created by the IPAM or a new Resource id.
      Specified by:
      getScopeId in interface IIpamScopeBase
    • getScopeType

      @Stability(Experimental) @Nullable default IpamScopeType getScopeType()
      (experimental) Defines scope type can be either default or custom.
      Specified by:
      getScopeType in interface IIpamScopeBase
    • addPool

      @Stability(Experimental) @NotNull default IIpamPool addPool(@NotNull String id, @NotNull PoolOptions options)
      (experimental) Function to add a new pool to an IPAM scope.

      Specified by:
      addPool in interface IIpamScopeBase
      Parameters:
      id - This parameter is required.
      options - This parameter is required.