CodeInterpreterSummary - Amazon Bedrock AgentCore Control

CodeInterpreterSummary

Contains summary information about a code interpreter. A code interpreter enables Amazon Bedrock Agent to execute code.

Contents

codeInterpreterArn

The Amazon Resource Name (ARN) of the code interpreter.

Type: String

Pattern: arn:(-[^:]+)?: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})

Required: Yes

codeInterpreterId

The unique identifier of the code interpreter.

Type: String

Pattern: (aws\.codeinterpreter\.v1|[a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10})

Required: Yes

createdAt

The timestamp when the code interpreter was created.

Type: Timestamp

Required: Yes

status

The current status of the code interpreter.

Type: String

Valid Values: CREATING | CREATE_FAILED | READY | DELETING | DELETE_FAILED | DELETED

Required: Yes

description

The description of the code interpreter.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 4096.

Required: No

lastUpdatedAt

The timestamp when the code interpreter was last updated.

Type: Timestamp

Required: No

name

The name of the code interpreter.

Type: String

Pattern: [a-zA-Z][a-zA-Z0-9_]{0,47}

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: