interface CodeInterpreterCustomReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrockagentcore.CodeInterpreterCustomReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CodeInterpreterCustomReference |
![]() | software.amazon.awscdk.services.bedrockagentcore.CodeInterpreterCustomReference |
![]() | aws_cdk.aws_bedrockagentcore.CodeInterpreterCustomReference |
![]() | aws-cdk-lib » 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 bedrockagentcore } from 'aws-cdk-lib';
const codeInterpreterCustomReference: 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.