CodeInterpreterReference

class aws_cdk.interfaces.aws_bedrockagentcore.CodeInterpreterReference(*, code_interpreter_arn)

Bases: object

A reference to a CodeInterpreter resource.

Parameters:

code_interpreter_arn (str) – The CodeInterpreterArn of the CodeInterpreter resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_bedrockagentcore as interfaces_bedrockagentcore

code_interpreter_reference = interfaces_bedrockagentcore.CodeInterpreterReference(
    code_interpreter_arn="codeInterpreterArn"
)

Attributes

code_interpreter_arn

The CodeInterpreterArn of the CodeInterpreter resource.