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

@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)", date="2026-06-04T12:52:39.097Z") @Stability(Deprecated) @Deprecated public enum AgentCoreRuntime extends Enum<AgentCoreRuntime>
Deprecated.
Use the equivalent construct from aws-cdk-lib/aws-bedrockagentcore instead.
(deprecated) Bedrock AgentCore runtime environment for code execution Allowed values: PYTHON_3_10 | PYTHON_3_11 | PYTHON_3_12 | PYTHON_3_13 | PYTHON_3_14 | NODE_22.

  • Enum Constant Details

    • PYTHON_3_10

      @Stability(Deprecated) @Deprecated public static final AgentCoreRuntime PYTHON_3_10
      Deprecated.
      (deprecated) Python 3.10 runtime.
    • PYTHON_3_11

      @Stability(Deprecated) @Deprecated public static final AgentCoreRuntime PYTHON_3_11
      Deprecated.
      (deprecated) Python 3.11 runtime.
    • PYTHON_3_12

      @Stability(Deprecated) @Deprecated public static final AgentCoreRuntime PYTHON_3_12
      Deprecated.
      (deprecated) Python 3.12 runtime.
    • PYTHON_3_13

      @Stability(Deprecated) @Deprecated public static final AgentCoreRuntime PYTHON_3_13
      Deprecated.
      (deprecated) Python 3.13 runtime.
    • PYTHON_3_14

      @Stability(Deprecated) @Deprecated public static final AgentCoreRuntime PYTHON_3_14
      Deprecated.
      (deprecated) Python 3.14 runtime.
    • NODE_22

      @Stability(Deprecated) @Deprecated public static final AgentCoreRuntime NODE_22
      Deprecated.
      (deprecated) Node.js 22 runtime.
  • Method Details

    • values

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

      public static AgentCoreRuntime valueOf(String name)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null