Class SubnetGroupProps.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class SubnetGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SubnetGroupProps
An implementation for SubnetGroupProps
  • 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.neptune.SubnetGroupProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the SubnetGroupProps.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
     
    final String
    (experimental) Description of the subnet group.
    (experimental) The removal policy to apply when the subnet group are removed from the stack or replaced during an update.
    final String
    (experimental) The name of the subnet group.
    final IVpc
    (experimental) The VPC to place the subnet group in.
    (experimental) Which subnets within the VPC to associate with this group.
    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(SubnetGroupProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the SubnetGroupProps.Builder.
  • Method Details

    • getVpc

      public final IVpc getVpc()
      Description copied from interface: SubnetGroupProps
      (experimental) The VPC to place the subnet group in.
      Specified by:
      getVpc in interface SubnetGroupProps
    • getDescription

      public final String getDescription()
      Description copied from interface: SubnetGroupProps
      (experimental) Description of the subnet group.

      Default: - a name is generated

      Specified by:
      getDescription in interface SubnetGroupProps
    • getRemovalPolicy

      public final RemovalPolicy getRemovalPolicy()
      Description copied from interface: SubnetGroupProps
      (experimental) The removal policy to apply when the subnet group are removed from the stack or replaced during an update.

      Default: RemovalPolicy.DESTROY

      Specified by:
      getRemovalPolicy in interface SubnetGroupProps
    • getSubnetGroupName

      public final String getSubnetGroupName()
      Description copied from interface: SubnetGroupProps
      (experimental) The name of the subnet group.

      Default: - a name is generated

      Specified by:
      getSubnetGroupName in interface SubnetGroupProps
    • getVpcSubnets

      public final SubnetSelection getVpcSubnets()
      Description copied from interface: SubnetGroupProps
      (experimental) Which subnets within the VPC to associate with this group.

      Default: - private subnets

      Specified by:
      getVpcSubnets in interface SubnetGroupProps
    • $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