Amazon Bedrock Agent Custom Code Interpreter

The Amazon Bedrock Agent Custom Code Interpreter allows Bedrock agents to run custom code securely during orchestration. It provides a managed environment where agents can execute logic, transform data, call external systems, or handle complex workflows that exceed simple prompt-based operations. It returns results from executed code back to the agent so it can continue the task.

aws.bedrock_agentcore_code_interpreter_custom

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
certificatescorejsonThe list of certificates configured for the code interpreter.
code_interpreter_arncorestringThe Amazon Resource Name (ARN) of the code interpreter.
code_interpreter_idcorestringThe unique identifier of the code interpreter.
created_atcoretimestampThe timestamp when the code interpreter was created.
descriptioncorestringThe description of the code interpreter.
execution_role_arncorestringThe IAM role ARN that provides permissions for the code interpreter.
failure_reasoncorestringThe reason for failure if the code interpreter is in a failed state.
last_updated_atcoretimestampThe timestamp when the code interpreter was last updated.
namecorestringThe name of the code interpreter.
network_configurationcorejsonThe network configuration for a code interpreter. This structure defines how the code interpreter connects to the network.
statuscorestringThe current status of the code interpreter.
tagscorehstore_csv