AgentCoreRuntime

class aws_cdk.aws_bedrock_agentcore_alpha.AgentCoreRuntime(*values)

Bases: Enum

(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.

Deprecated:

Use the equivalent construct from aws-cdk-lib/aws-bedrockagentcore instead.

Stability:

deprecated

Attributes

NODE_22

(deprecated) Node.js 22 runtime.

Stability:

deprecated

PYTHON_3_10

(deprecated) Python 3.10 runtime.

Stability:

deprecated

PYTHON_3_11

(deprecated) Python 3.11 runtime.

Stability:

deprecated

PYTHON_3_12

(deprecated) Python 3.12 runtime.

Stability:

deprecated

PYTHON_3_13

(deprecated) Python 3.13 runtime.

Stability:

deprecated

PYTHON_3_14

(deprecated) Python 3.14 runtime.

Stability:

deprecated