AWS::BedrockAgentCore::CodeInterpreterDefinition of AWS::BedrockAgentCore::CodeInterpreter Resource Type. This is a read-only resource representing the AWS-managed default code interpreter (aws.codeinterpreter.v1).
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CodeInterpreterArn | string | The Amazon Resource Name (ARN) of the code interpreter. |
CodeInterpreterId | string | The unique identifier of the code interpreter. |
Status | string | The current status of the code interpreter. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::CodeInterpreter
Resources:
MyResource:
Type: AWS::BedrockAgentCore::CodeInterpreter
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:GetCodeInterpreterbedrock-agentcore:ListCodeInterpretersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCodeInterpreterArn