Enum Class NodeType

java.lang.Object
java.lang.Enum<NodeType>
software.amazon.awscdk.services.redshift.alpha.NodeType
All Implemented Interfaces:
Serializable, Comparable<NodeType>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.101.0 (build b95fe5d)", date="2024-07-22T22:43:00.349Z") @Stability(Experimental) public enum NodeType extends Enum<NodeType>
(experimental) Possible Node Types to use in the cluster used for defining ClusterProps.nodeType.
  • Enum Constant Details

    • DS2_XLARGE

      @Stability(Experimental) public static final NodeType DS2_XLARGE
      (experimental) ds2.xlarge.
    • DS2_8XLARGE

      @Stability(Experimental) public static final NodeType DS2_8XLARGE
      (experimental) ds2.8xlarge.
    • DC1_LARGE

      @Stability(Experimental) public static final NodeType DC1_LARGE
      (experimental) dc1.large.
    • DC1_8XLARGE

      @Stability(Experimental) public static final NodeType DC1_8XLARGE
      (experimental) dc1.8xlarge.
    • DC2_LARGE

      @Stability(Experimental) public static final NodeType DC2_LARGE
      (experimental) dc2.large.
    • DC2_8XLARGE

      @Stability(Experimental) public static final NodeType DC2_8XLARGE
      (experimental) dc2.8xlarge.
    • RA3_XLPLUS

      @Stability(Experimental) public static final NodeType RA3_XLPLUS
      (experimental) ra3.xlplus.
    • RA3_4XLARGE

      @Stability(Experimental) public static final NodeType RA3_4XLARGE
      (experimental) ra3.4xlarge.
    • RA3_16XLARGE

      @Stability(Experimental) public static final NodeType RA3_16XLARGE
      (experimental) ra3.16xlarge.
  • Method Details

    • values

      public static NodeType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static NodeType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null