View a markdown version of this page

AWS::BedrockAgentCore::Harness HarnessAgentCoreCodeInterpreterConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::BedrockAgentCore::Harness HarnessAgentCoreCodeInterpreterConfig

Configuration for AgentCore Code Interpreter.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "CodeInterpreterArn" : String }

YAML

CodeInterpreterArn: String

Properties

CodeInterpreterArn

If not populated, the built-in Code Interpreter ARN is used.

Required: No

Type: String

Pattern: ^arn:aws(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:(aws|[0-9]{12}):code-interpreter(-custom)?/(aws\.codeinterpreter\.v1|[a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10})$

Update requires: No interruption