Class ParameterGroupFamily

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.neptune.alpha.ParameterGroupFamily
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:15.942Z") @Stability(Experimental) public class ParameterGroupFamily extends software.amazon.jsii.JsiiObject
(experimental) The DB parameter group family that a DB parameter group is compatible with.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.neptune.alpha.*;
 ParameterGroupFamily parameterGroupFamily = ParameterGroupFamily.NEPTUNE_1;
 
  • Nested Class Summary

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

    software.amazon.jsii.JsiiObject.InitializationMode
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (experimental) Family used by Neptune engine versions before 1.2.0.0.
    (experimental) Family used by Neptune engine versions 1.2.0.0 and later.
    (experimental) Family used by Neptune engine versions 1.3.0.0 and later.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
    (experimental) Constructor for specifying a custom parameter group famil.
    protected
    ParameterGroupFamily(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    ParameterGroupFamily(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) the family of the parameter group Neptune.

    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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Field Details

    • NEPTUNE_1

      @Stability(Experimental) public static final ParameterGroupFamily NEPTUNE_1
      (experimental) Family used by Neptune engine versions before 1.2.0.0.
    • NEPTUNE_1_2

      @Stability(Experimental) public static final ParameterGroupFamily NEPTUNE_1_2
      (experimental) Family used by Neptune engine versions 1.2.0.0 and later.
    • NEPTUNE_1_3

      @Stability(Experimental) public static final ParameterGroupFamily NEPTUNE_1_3
      (experimental) Family used by Neptune engine versions 1.3.0.0 and later.
  • Constructor Details

    • ParameterGroupFamily

      protected ParameterGroupFamily(software.amazon.jsii.JsiiObjectRef objRef)
    • ParameterGroupFamily

      protected ParameterGroupFamily(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • ParameterGroupFamily

      @Stability(Experimental) public ParameterGroupFamily(@NotNull String family)
      (experimental) Constructor for specifying a custom parameter group famil.

      Parameters:
      family - the family of the parameter group Neptune. This parameter is required.
  • Method Details

    • getFamily

      @Stability(Experimental) @NotNull public String getFamily()
      (experimental) the family of the parameter group Neptune.