interface CodeInterpreterCustomReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.BedrockAgentCore.CodeInterpreterCustomReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsbedrockagentcore#CodeInterpreterCustomReference |
Java | software.amazon.awscdk.interfaces.bedrockagentcore.CodeInterpreterCustomReference |
Python | aws_cdk.interfaces.aws_bedrockagentcore.CodeInterpreterCustomReference |
TypeScript | aws-cdk-lib » interfaces » aws_bedrockagentcore » CodeInterpreterCustomReference |
A reference to a CodeInterpreterCustom resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as interfaces_aws_bedrockagentcore } from 'aws-cdk-lib/interfaces';
const codeInterpreterCustomReference: interfaces_aws_bedrockagentcore.CodeInterpreterCustomReference = {
codeInterpreterId: 'codeInterpreterId',
};
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The CodeInterpreterId of the CodeInterpreterCustom resource. |
codeInterpreterId
Type:
string
The CodeInterpreterId of the CodeInterpreterCustom resource.

.NET
Go
Java
Python
TypeScript