---
type: resource-type
title: CodeInterpreterCustom
description: aws resource type AWS::BedrockAgentCore::CodeInterpreterCustom
name: CodeInterpreterCustom
lexicon: aws
resource_type: AWS::BedrockAgentCore::CodeInterpreterCustom
---
`AWS::BedrockAgentCore::CodeInterpreterCustom`, a resource type of the aws lexicon.

## Properties

- `Name` (`string`, required): The name of the code interpreter.
- `NetworkConfiguration` (`CodeInterpreterCustom_CodeInterpreterNetworkConfiguration`, required): Network configuration for code interpreter.
- `Certificates` (`any`, optional): List of root CA certificates in PEM format.
- `CodeInterpreterArn` (`string`, optional): The ARN of a CodeInterpreter resource.
- `CodeInterpreterId` (`string`, optional): The id of the code interpreter.
- `CreatedAt` (`string`, optional): Timestamp when the code interpreter was created.
- `Description` (`string`, optional): The description of the code interpreter.
- `ExecutionRoleArn` (`string`, optional): The ARN of the IAM role that the code interpreter uses to access resources.
- `FailureReason` (`string`, optional): The reason for failure if the code interpreter creation or operation failed.
- `LastUpdatedAt` (`string`, optional): Timestamp when the code interpreter was last updated.
- `Status` (`CodeInterpreterCustom_CodeInterpreterStatus`, optional): Status of code interpreter.
- `Tags` (`Record<string, unknown>`, optional)

## Attributes

- `CodeInterpreterArn`
- `CodeInterpreterId`
- `CreatedAt`
- `FailureReason`
- `LastUpdatedAt`
- `Status`
