Enum AgentCoreRuntime
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.
(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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic AgentCoreRuntimeDeprecated.Returns the enum constant of this type with the specified name.static AgentCoreRuntime[]values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PYTHON_3_10
Deprecated.(deprecated) Python 3.10 runtime. -
PYTHON_3_11
Deprecated.(deprecated) Python 3.11 runtime. -
PYTHON_3_12
Deprecated.(deprecated) Python 3.12 runtime. -
PYTHON_3_13
Deprecated.(deprecated) Python 3.13 runtime. -
PYTHON_3_14
Deprecated.(deprecated) Python 3.14 runtime. -
NODE_22
Deprecated.(deprecated) Node.js 22 runtime.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
aws-cdk-lib/aws-bedrockagentcoreinstead.