Uses of Interface
software.amazon.awscdk.interfaces.bedrockagentcore.ICodeInterpreterCustomRef
Packages that use ICodeInterpreterCustomRef
Package
Description
Amazon Bedrock AgentCore Construct Library
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.bedrock.agentcore.alpha
Subinterfaces of ICodeInterpreterCustomRef in software.amazon.awscdk.services.bedrock.agentcore.alphaModifier and TypeInterfaceDescriptioninterface(experimental) Interface for CodeInterpreterCustom resources.static interfaceInternal default implementation forICodeInterpreterCustom.Classes in software.amazon.awscdk.services.bedrock.agentcore.alpha that implement ICodeInterpreterCustomRefModifier and TypeClassDescriptionclass(experimental) Custom code interpreter resource for AWS Bedrock Agent Core.class(experimental) Abstract base class for a Code Interpreter.static 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.fromCodeInterpreterCustomArn(software.constructs.Construct scope, String id, String arn) Creates a new ICodeInterpreterCustomRef from an ARN.static ICodeInterpreterCustomRefCfnCodeInterpreterCustom.fromCodeInterpreterId(software.constructs.Construct scope, String id, String codeInterpreterId) Creates a new ICodeInterpreterCustomRef from a codeInterpreterId.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type ICodeInterpreterCustomRefModifier and TypeMethodDescriptionstatic StringCfnCodeInterpreterCustom.arnForCodeInterpreterCustom(ICodeInterpreterCustomRef resource)