View a markdown version of this page

SessionStorageConfiguration - Amazon Bedrock AgentCore Control Plane

SessionStorageConfiguration

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

Contents

mountPath

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).

Type: String

Length Constraints: Minimum length of 6. Maximum length of 200.

Pattern: /mnt/[a-zA-Z0-9._-]+/?

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: