Class SubnetGroupProps.Jsii$Proxy

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

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

    • getDescription

      public final String getDescription()
      Description copied from interface: SubnetGroupProps
      Description of the subnet group.
      Specified by:
      getDescription in interface SubnetGroupProps
    • getVpc

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

      public final RemovalPolicy getRemovalPolicy()
      Description copied from interface: SubnetGroupProps
      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
      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
      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