AWS::BedrockAgentCore::Harness SessionStorageConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::BedrockAgentCore::Harness 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.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "MountPath" : String }

YAML

MountPath: String

Properties

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

Required: Yes

Type: String

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

Minimum: 6

Maximum: 200

Update requires: No interruption