AWS Fundamentals Logo
AWS Fundamentals
AWS::BedrockAgentCore::CodeInterpreter

BedrockAgentCore CodeInterpreter

Definition of AWS::BedrockAgentCore::CodeInterpreter Resource Type. This is a read-only resource representing the AWS-managed default code interpreter (aws.codeinterpreter.v1).

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CodeInterpreterArnstringThe Amazon Resource Name (ARN) of the code interpreter.
CodeInterpreterIdstringThe unique identifier of the code interpreter.
StatusstringThe current status of the code interpreter.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::CodeInterpreter

Resources:
  MyResource:
    Type: AWS::BedrockAgentCore::CodeInterpreter
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

bedrock-agentcore:GetCodeInterpreter

list

bedrock-agentcore:ListCodeInterpreters

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBedrockAgentCore
Properties3
Required0
TaggingNot supported
Primary IDCodeInterpreterArn

Supported Operations

ReadList

External Links