MemoryReference

class aws_cdk.aws_bedrockagentcore.MemoryReference(*, memory_arn)

Bases: object

A reference to a Memory resource.

Parameters:

memory_arn (str) – The MemoryArn of the Memory 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 import aws_bedrockagentcore as bedrockagentcore

memory_reference = bedrockagentcore.MemoryReference(
    memory_arn="memoryArn"
)

Attributes

memory_arn

The MemoryArn of the Memory resource.