Class PoolOptions.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class PoolOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PoolOptions
An implementation for PoolOptions
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

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

    PoolOptions.Builder, PoolOptions.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the PoolOptions.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    (experimental) addressFamily - The address family of the pool (ipv4 or ipv6).
    (experimental) Limits which service in AWS that the pool can be used in.
    final String
    (experimental) IPAM Pool resource name to be used for tagging.
    final List<String>
    (experimental) Information about the CIDRs provisioned to the pool.
    final String
    (experimental) The locale (AWS Region) of the pool.
    (experimental) The IP address source for pools in the public scope.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(PoolOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the PoolOptions.Builder.
  • Method Details