Skip to content

Bedrock Agentcore Control  >  Structures  >  SessionStorageConfiguration

SessionStorageConfiguration

Structure Class

SessionStorageConfiguration dataclass

Configuration for a session storage filesystem mounted into the AgentCore Runtime. Session storage provides persistent storage that is preserved across AgentCore Runtime session invocations.

Attributes

mount_path instance-attribute
mount_path: str

The mount path for the session storage filesystem inside the AgentCore Runtime. The path must be under /mnt with exactly one subdirectory level (for example, /mnt/data).