Uses of Interface
software.amazon.awscdk.interfaces.bedrockagentcore.ICodeInterpreterCustomRef
Packages that use ICodeInterpreterCustomRef
Package
Description
AWS::BedrockAgentCore Construct Library
-
Uses of ICodeInterpreterCustomRef in software.amazon.awscdk.interfaces.bedrockagentcore
Subinterfaces of ICodeInterpreterCustomRef in software.amazon.awscdk.interfaces.bedrockagentcoreModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICodeInterpreterCustomRef.Classes in software.amazon.awscdk.interfaces.bedrockagentcore that implement ICodeInterpreterCustomRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ICodeInterpreterCustomRef in software.amazon.awscdk.services.bedrockagentcore
Classes in software.amazon.awscdk.services.bedrockagentcore that implement ICodeInterpreterCustomRefModifier and TypeClassDescriptionclassThe AgentCore Code Interpreter tool enables agents to securely execute code in isolated sandbox environments.Methods in software.amazon.awscdk.services.bedrockagentcore that return ICodeInterpreterCustomRefModifier and TypeMethodDescriptionstatic ICodeInterpreterCustomRefCfnCodeInterpreterCustom.fromCodeInterpreterId(software.constructs.Construct scope, String id, String codeInterpreterId) Creates a new ICodeInterpreterCustomRef from a codeInterpreterId.